xcode build/archive app for anyone to run in a simulator

前端 未结 5 2129
别跟我提以往
别跟我提以往 2021-02-14 04:35

I am trying to figure out how I can build/archive my iOS application in xcode so that I can send it to anyone and they can run in it a simulator. I thought I could just build i

5条回答
  •  醉话见心
    2021-02-14 05:13

    First of all set proper bundle identifier with build setting and iOS version which is required for run app.

    **

    For Device

    ** 1.

    You can Build Archive using and generate ipa

    or build app then you will get .app you can drag .app in itune and get .ipa by show in finder.

    **

    For Simulator

    ** 2. path:- /Users/Krishan/Library/Application Support/iPhone Simulator/6.0/Applications Open above path and zip app folder which you want to share.Now unzip folder paste on same above path app shown in simulator will run successfully.

提交回复
热议问题