iOS Question. Can I distribute the Xcode simulator versions of my app?

后端 未结 4 1791
情书的邮戳
情书的邮戳 2020-12-31 04:24

I would like to send someone the Xcode simulator version - not the device version - of my iPad app. I have located the .app file in the Finder. Do I just zi

4条回答
  •  离开以前
    2020-12-31 04:43

    Assuming the other person already has the simulator installed, you can just zip up the stuff under ~/Library/Application Support/iPhone Simulator/3.2/Applications/{GUID} (includes both the .app and any data directories needed) and send it to them - they'll need to unzip it under that same directory. What I've done in the past was to rename the {GUID} part to a more friendly name - the sim will still pick it up.

    If they don't already have the simulator, they will need to sign up for a free iphone dev account and download Xcode, etc.

提交回复
热议问题