简体   繁体   中英

How to find the iOS SDK version that an app is using?

I need to find a way to see if an app is using a particular SDK, specifically I need to see if it is using SDK version 12. Is there a way to do this either programmatically or in Xcode? Checking the Base SDK in Xcode just gives me options to set it to "iOS", "macOS" etc.

You can type like xcodebuild -showsdks this gives list of sdk's and the current sdk version or else in Xcode

go to Apple icon-> About This Mac-> System Report-> Software-> Developer

you can get your SDK version

Latest Xcode will be having the latest SDK version. I suggest you to check the SDK version from Apple Menu -> About this Mac -> system Report -> Software -> Developer.

Here you can see the SDK version.

Note: As per the AppStore updates, As of June 30, 2020, updates to apps for iPhone or iPad must be built with the iOS 13 SDK or later. So I suggest you update the XCode to the latest version to get the latest SDK version.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM