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
I found the following solution:
On Bitrise, go to the
Stack & Machines
and then select Xcode 15 :)You have to open your app at bitrise.io. Then go to the
Workflow
tab (Workflow Editor), and on theStack
tab select the compatible Xcode version.They also list all Xcode versions here.