且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

iOS问题。我可以分发我的应用程序的Xcode模拟器版本吗?

更新时间:2021-07-16 03:54:00

假设另一个人已经安装了模拟器,你可以在〜/ Library / Application Support / iPhone Simulator / 3.2 / Applications / {GUID} 下拉链。 >(包括.app和所需的任何数据目录)并将其发送给他们 - 他们需要在同一目录下解压缩它。我过去所做的是将 {GUID} 部分重命名为更友好的名称 - 模拟人生仍然可以选择它。

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.

如果他们还没有模拟器,他们将需要注册免费的iphone开发帐户并下载Xcode等。

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