skip to Main Content

I have found similar questions in this and this articles, but neither can solve my problem.

The message given by Apple Store Connect was also "ITMS-90725: SDK Version Issue – This app was built with the iOS 14.4 SDK. All iOS apps submitted to the App Store must be built with the iOS 15 SDK or later, included in Xcode 13 or later."

However, I have checked that I am using xcode 13.2.1 which works with iOS 15.2 SDK, running on macOS Big Sur 11.6.4 (well…. a 2015 iMac, kind of old though). I believe it is capable of building a project with iOS 15.2 SDK, but I just can’t find where I shall tune (if necessary) to avoid it keeping using iOS 14.4 SDK to build my project. Could you please help me solve the issue? Thank you very much!!

The figures below show the environment I mentioned above:
enter image description hereenter image description hereenter image description hereenter image description hereenter image description here

2

Answers


  1. Chosen as BEST ANSWER

    I found that it was an embarrassing reason which caused the problem I raised above. I think I am responsible for showing what was going on to all who have read this post, and especially to those who had paused to think about this issue.

    In short, Xcode 13.2.1 does build the app using iOS 15.2 SDK.enter image description here

    I was able to successfully archive, verify in Xcode, and uploaded the binary to app store connect. However, I was not familiar with the app store connect and did not aware that there was another binary built with iOS 14.4 SDK which was left by my predecessor.enter image description here

    Though I tried several times rebuild and re-upload, I kept falsely submitting the old binary to Apple's reviewer.enter image description here

    That's it, and no bug or secret about Xcode using older version of iOS SDK to build apps, it is just not true. Xcode does build using its latest SDK. Again my apologies to those who also worried about this issue.


  2. Looks like you have multiple Xcodes installed, please make sure you have selected the correct version for your Command Line Tools
    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search