skip to Main Content

I have faced this warning:

When I submited the app to TestFlight using Bitrise, I got this warning from App Store Connect:

ITMS-90725: SDK version issue - This app was built with the iOS 16.4 SDK. Starting April 29, 2024, all iOS and iPadOS apps must be built with the iOS 17 SDK or later, included in Xcode 15 or later, in order to be uploaded to App Store Connect or submitted for distribution.

I have found the following solution here, but I do not know how or from where I can set runner!

Had to update the runner to macos-13
macos-latest defaults to version 12 which does not support xcode 15

2

Answers


  1. Chosen as BEST ANSWER

    I found the following solution:

    On Bitrise, go to the Stack & Machines and then select Xcode 15 :)

    enter image description here


  2. You have to open your app at bitrise.io. Then go to the Workflow tab (Workflow Editor), and on the Stack tab select the compatible Xcode version.

    They also list all Xcode versions here.

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