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