You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: The current version of our app, built with the iOS 16.2 SDK, does not comply with the upcoming App Store requirements announced for April 29, 2024. According to the ITMS-90725 warning received during our last submission, starting from this date, all iOS and iPadOS apps submitted to the App Store must be built with the iOS 17 SDK or later, which is included in Xcode 15 or later.
How to reproduce
Attempt to upload a binary built with the iOS 16.2 SDK to App Store Connect.
Observe the ITMS-90725 warning indicating the need for the iOS 17 SDK.
Expected behavior
This warning does not occur.
Additional details
The text was updated successfully, but these errors were encountered:
Hi! We're also getting this issue, the 29th of April is in 6 days. Are there any workarounds for this, or fixes planned? Or perhaps we just have to wait for a new GitHub runner image with an updated Xcode at https://github.com/actions/runner-images ?
This message happens when using an older version of XCode. XCode versions are determined by the Github Actions macos runners, not unity-builder action.
I've investigated this and here's what I found. I created the following workflow to validate each Github Actions OS Versions and XCode versions being used.
Based on the the output, it appears that Github Actions macos-latest is still set to macos-12.
To use Xcode 15.0.1, you should specify macos-13 or macos-14 in your workflow as these versions are currently running the latest Xcode version. This setup will ensure compatibility with the most recent SDK requirements.
Bug description
Issue: The current version of our app, built with the iOS 16.2 SDK, does not comply with the upcoming App Store requirements announced for April 29, 2024. According to the ITMS-90725 warning received during our last submission, starting from this date, all iOS and iPadOS apps submitted to the App Store must be built with the iOS 17 SDK or later, which is included in Xcode 15 or later.
How to reproduce
Expected behavior
This warning does not occur.
Additional details
The text was updated successfully, but these errors were encountered: