Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot submit IPA file to AppStore when AppStore requires iOS 17 SDK or later #611

Closed
cuonggosu97 opened this issue Jul 11, 2024 · 1 comment

Comments

@cuonggosu97
Copy link

I'm getting an error when trying to submit my app to the AppStore. But I get the following unexpected error:

[Application Loader Error Output]: ERROR: Asset validation failed (90725) SDK version issue. This app was built with the iOS 16.2 SDK. 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 used vmImage: 'macos-latest'

My xCode build code is as follows:
task: Xcode@5
displayName: 'Build IPA'
inputs:
actions: 'build'
configuration: 'Release'
sdk: 'iphoneos'
...
packageApp: true
exportPath: 'output'
signingOption: 'manual'
signingIdentity: '$(APPLE_CERTIFICATE_SIGNING_IDENTITY)'
provisioningProfileUuid: '$(APPLE_PROV_PROFILE_UUID)'

@DmitriiBobreshev
Copy link
Contributor

Hi @cuonggosu97, as I see from the images page, Xcode 15 installed only on macos-14 images.
You could try to set macos-12/13 where the default version xcode is 14.
If you still will be getting the error please create an issue in runner-images repo or in the pipeline-task repo if you believe that the problem is in the Xcode task.

For now, I'm closing this issue as not related to azure-pipeline-yaml repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants