How can I add older version of iOS SDK in Xcode 4.5

前端 未结 8 1244
一整个雨季
一整个雨季 2020-12-02 05:05

I copied the iOS 5.1 SDK here:

Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs

But, I stil

8条回答
  •  囚心锁ツ
    2020-12-02 06:03

    You need to copy the iPhoneOS5.1.sdk to the directory

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk
    

    and iPhoneSimulator5.1.sdk to

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk
    

    (You'll need to restart Xcode to be able to select the SDKs in the Base SDK build option.)

提交回复
热议问题