skip to Main Content

I’m building a React-native application with eas build in the cloud.

The app uses

  • Expo 46.0.17
  • React-Native 0.69.6

And I get a warning from Apple saying I don’t target iOS 16.1

ITMS-90725: SDK version issue - This app was built with the iOS 15.5 SDK. Starting April 25, 2023, all iOS and iPadOS apps submitted to the App Store must be built with the iOS 16.1 SDK or later, included in Xcode 14.1 or later. 

I checked expo.dev and it’s using Xcode 13.4 to build the app.

How can I configure EAS to use at least Xcode 14.1?

2

Answers


  1. Chosen as BEST ANSWER

    Updating to expo 47 makes the build use Xcode 14.1


  2. Try this

    expo update 48

    Hope this helps.

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