Installing SDK iOS
i am going to install the iOS SDK开发者_如何转开发 on my MAC and i just want to ask what should the SDK version respect to run on my MAC ?? THX in advance.
You should always install the latest production (i.e.: not beta) version of Xcode/the iOS SDK supported by your hardware/operating system, the main reason being that you can always release software targeted against an earlier iOS version.
i.e.: You don't need to keep multiple versions of the SDK installed just so you can create software for an older iOS release, you simply change the release target as required within your project's build settings.
精彩评论