How to build using Xcode 16
Peichen Chang
0
Reputation points
I recently switched from MS App Center to DevOps
After building a React Native app and submitting to Apple Testflight, I received the following error message:
ITMS-90725: SDK version issue – This app was built with the iOS 17.2 SDK. Starting April 24, 2025, all iOS and iPadOS apps must be built with the iOS 18 SDK or later, included in Xcode 16 or later.
In my build pipeline, I have specified SDK18 and Xcode 16.0. However, it doesn't appear these configuration settings were properly applied. How do I fix this?
Azure DevOps
280 questions
Sign in to answer