在 iOS 4 上运行 iOS 3.x 应用程序
我开发了一个应用程序,其基本 SDK 版本为 iOS 3.2.3 ,部署目标为 iOS 3.0 。 但是,当我现在更新我的应用程序并尝试使用临时构建将其安装在 iOS 4 设备上时,它失败了。 请建议我是否必须使用最新的基础 SDK 版本进行另一个构建,或者我可以坚持使用当前的构建?
I had developed an app with base SDK version to iOS 3.2.3 and deployment target as iOS 3.0 .
However, when I have updated my app now, and tried the ad-hoc build to install it on iOS 4 device, it is failing.
Please suggest if I have to make another build with latest base SDK version or I can stick to my current build?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
始终根据最新的 SDK 版本进行构建,并根据您的需要设置部署目标。
Always build against the latest SDK version and set the Deployment Target according to your needs.