Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用 IOS 4.3 安装了 Xcode 4 并创建了一个小应用程序,但如果我想设置固件 4.2?我能怎么做?在构建菜单中,我只能为 IOS 选择 4.3。
始终设置Base SDK为Latest iOS. 这将确保与当前和未来版本的兼容性。
Base SDK
Latest iOS
要使您的应用程序在旧版本的操作系统上运行,Deployment Target请在 Active Target 的设置中将 设置为所需的版本。
Deployment Target