How to build using Xcode 16

Peichen Chang 0 Reputation points
2025-05-01T15:28:46.2533333+00:00

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
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.