iOS:更改固件
我使用 IOS 4.3 安装了 Xcode 4,并创建了一个小应用程序,但如果我想设置固件 4.2?我该怎么办?在构建菜单中,我只能为 IOS 选择 4.3。
I installed Xcode 4 with IOS 4.3 and I create an small application, but if I want set firmware 4.2? How can I do? In build menu I can choose only 4.3 for IOS.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
始终将
Base SDK
设置为最新iOS
。这将确保与当前和未来版本的兼容性。要使您的应用在旧版本操作系统上运行,请在活动目标设置中将
部署目标
设置为所需版本。Always set
Base SDK
to theLatest iOS
. This will ensure compatibility with current and future versions.To make your app run on older versions of the OS, set the
Deployment Target
to the desired version in your Active Target's settings.