Where can I get the iPhone 2.0 SDK?
I just set up a new macbook pro, installed xcode and the latest iphone SDK; However, I have an iPhone app that needs to target the 2.0 SDK.
I have 2.2.1, 3.0, and开发者_高级运维 3.1 available in xcode, but for the life of me cannot figure out where to get 2.0. I have scoured the iPhone Dev Center without any luck.
The latest SDK allows you to target older versions.
You specify the SDK Xcode uses to build your application in your project’s Base SDK build setting, which you can set in:
Project > Edit Project Settings > Base SDK for all Configurations
alt text http://developer.apple.com/iphone/library/documentation/Xcode/Conceptual/iphone_development/art/project_info_general_base_sdk.jpg
Read this Apple page for more info.
I think it comes with the current X-Code but its only optional on installation. I could be wrong, I just installed X-Code last week and I think there were older SDKs available.
精彩评论