How do I determine which iOS SDK I have?

前端 未结 5 2076
失恋的感觉
失恋的感觉 2021-01-30 04:38

I\'m sure this is simple, but how do I determine which version of the iOS SDK I currently have installed?

5条回答
  •  伪装坚强ぢ
    2021-01-30 05:39

    Update: Thanks to Stan for showing how to do it with Xcode 4.3 on Lion:

    ls /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/‌​SDKs/
    

    The following command shows a listing of all the iPhone SDKs installed on your computer.

    ls /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/
    

提交回复
热议问题