1

iOS app must be built with iOS 16.1 SDK or later for acceptance by App store connect after April 2023.

WARNING ITMS-90725: "SDK Version Issue. This app was built with the iOS 15.4 SDK. Starting April 2023, all iOS apps submitted to the App Store must be built with the iOS 16.1 SDK or later, included in Xcode 14.1 or later."

Can the cn1 build server upgrade its iOS SDK?

Gedeon Mutshipayi
  • 2,871
  • 3
  • 21
  • 42
Daniel Tsai
  • 729
  • 4
  • 10

2 Answers2

2

I had this problem when I tried to submit my app on app-connect and here is what I did to fix the problem:

  1. Download Xcode 14.2 from https://developer.apple.com/download/all/?q=xcode
  2. Extract Xcode 14.2.app from the download file Xcode_14.2.xip and copy it to my applications
  3. Open my project from the new Xcode 14.2 for build and submit my app on app-connect.

and Voila!


For more details on Xcode 14.1 and App Store, visit: https://developer.apple.com/ios/submit/

Gedeon Mutshipayi
  • 2,871
  • 3
  • 21
  • 42
0

We are aware of this issue. We plan to update the servers to use the latest xcode during the first week of April at the latest.

Shai Almog
  • 51,749
  • 5
  • 35
  • 65
  • I send cn1's iOS AppStore build to the App store but got a warning on Transporter. "Could not find a MudhornDescriberCapabilities service provider" – Daniel Tsai Apr 10 '23 at 00:20
  • This seems to be a new thing: https://stackoverflow.com/questions/75967061/whats-the-mudhorndescribercapabilities-service-in-the-new-ios-for-ios16 Not sure where it's coming from. – Shai Almog Apr 10 '23 at 05:42
  • related but now with mudhorndescribercapabilities -> https://stackoverflow.com/questions/75967061/whats-the-mudhorndescribercapabilities-service-in-the-new-ios-for-ios16 – Claudio Silva Apr 15 '23 at 10:30