简体   繁体   English

如何在ios 7.0模拟器上安装IPA

[英]how to install an IPA on ios 7.0 simulator

i am using xcode 5.0 and i want install an ios application to my ios simulator to test and research. 我正在使用xcode 5.0,我想在我的ios模拟器中安装一个ios应用程序进行测试和研究。 I had searched in google and i found some solution but it did't work. 我已经在Google中搜索过,但发现了一些解决方案,但是没有用。 Some body helps me. 有些身体可以帮助我。 thank you 谢谢

There is unfortunately no way to install an IPA on the simulator. 不幸的是,没有办法在模拟器上安装IPA。 The IPA has been compiled for the ARM CPU in the iPad/iPhone/iPod. IPA已针对iPad / iPhone / iPod中的ARM CPU进行了编译。 See this for more info How can I install a .ipa file to my iPhone simulator 有关更多信息,请参见此内容。如何将.ipa文件安装到我的iPhone模拟器中

However, if you have the source code and are building the app you can simply deploy to the simulator. 但是,如果您拥有源代码并正在构建应用程序,则只需将其部署到模拟器即可。 In the top left of XCode you will be able to select the build target (iPad Retina, iPad etc along with iOS Version). 在XCode的左上方,您可以选择构建目标(iPad Retina,iPad等以及iOS版本)。 If you set that to the appropriate simulator type and select run then it will build and deploy a version that is compatible with the simulator. 如果将其设置为适当的模拟器类型并选择运行,则它将构建并部署与模拟器兼容的版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM