简体   繁体   English

如何更改xcode 4.2上的基本SDK?

[英]How can I change the base SDK on xcode 4.2?

我想更改xcode 4.2上的基本SDK,该怎么做?

You have to give Base SDK as iOS 5.0, deployment target as OS version that you want to run (4.2?). 您必须将Base SDK设置为iOS 5.0,将部署目标指定为要运行的OS版本(4.2?)。

Most important thing is you can't use any API's/ libraries introduced in iOS 5.0 . 最重要的是,您不能使用iOS 5.0中引入的任何API /库 If you want to use them, make sure they are only called if running OS responds to them..If you are calling any methods which is not present in iOS 4.2, you have to check first whether they are available on running OS.. This question might help you there.. This blog post might also helps.. 如果你想使用它们,确保如果运行的是OS响应them..If你调用任何方法是不存在的iOS 4.2,他们只被调用,你必须先检查它们是否可以在运行OS .. 问题可以帮助你有.. 博客文章也可能有助于..

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

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