how can I change ios sdk?

后端 未结 2 1791
有刺的猬
有刺的猬 2021-01-06 02:37

I want to change my iOS SDK. I have ios 5 and xcode 4.2 but I have to decrease it to iOS 4.2 SDK because of my application. In developer.apple.com the xcode 4.1 with iOS 5 s

相关标签:
2条回答
  • 2021-01-06 03:02

    The base SDK should be the currently available one - it's the version of the SDK that you have installed to compile against.

    However, further down the settings list you'll see that you can set the "Deployment Target" to be for lower versions iOS. That's the one that specifies the lower version of the OS that you app will run on.

    0 讨论(0)
  • 2021-01-06 03:14

    Latest SDK included all required features from previous SDK versions. You shouldn't worry about it. If you want to support previous versions of iOS just set iOS Deployment Target to iOS 4.2 (or another would you like) in project settings at Build Settings tab.

    0 讨论(0)
提交回复
热议问题