简体   繁体   English

iOS中的部署目标

[英]Deployment Target in ios

Using Xcode 4.2, I created an app with deployment target set as 3.2. 使用Xcode 4.2,我创建了一个将部署目标设置为3.2的应用程序。 I was able to install the app on an iPad with iOS5. 我能够在装有iOS5的iPad上安装该应用程序。 But when I tried to install the app in iPhone 3G with iOS4.2, it is not installing properly.It shows "Build Succeed" and immediately shows "finished running in iPhone", but not getting installed. 但是,当我尝试在装有iOS4.2的iPhone 3G中安装该应用程序时,该应用程序未正确安装。它显示“ Build Succeed”,并立即显示“ Finished running in iPhone”,但未安装。 It is working fine in all simulators. 在所有模拟器中都可以正常工作。 I tried installing the file by creating app.ipa file, and dragging it to iTunes, but it is showing that it is not compatible with the iPhone. 我尝试通过创建app.ipa文件并将其拖到iTunes来安装该文件,但显示它与iPhone不兼容。 Does anyone have any ideas on how to help, or test this situation properly? 是否有人对如何提供帮助或正确测试这种情况有任何想法? Thanks a lot! 非常感谢!

deployment target as 3.2 is iPad. iPad的部署目标是3.2。 I could not recall any iPhone OS version as 3.2 . 我不记得任何iPhone OS版本是3.2。 It was 3.1.3 later on it was 4.0(iPhone) release with 3.2 (iPad). 后来是3.1.3,后来是4.0(iPhone)和3.2(iPad)。

I'm sure if you set your deployment target as 4.0, it will work. 我确定如果将部署目标设置为4.0,它将可以正常工作。

best of luck..!! 祝你好运.. !!

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

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