0

Thanks in Advance for your insights.

we are using azure devops to deploy our app to TestFlight. Today after our TestFlight release, we received an email from AppStore that

Dear Developer,

We identified one or more issues with a recent delivery for your app, "xxAppNamexx" 11.73.41 (11.73.41). Your delivery was successful, but you may wish to correct the following issues in your next delivery:

ITMS-90725: SDK Version Issue - This app was built with the iOS 15.2 SDK. All iOS apps submitted to the App Store must be built with the iOS 15 SDK or later, included in Xcode 13 or later.

After you’ve corrected the issues, you can upload a new binary to App Store Connect.

Best regards,

Our Xcode version is 13.2.1

OS: macOS 11.7.4 20G1120

Could you please help me understand what is the issue and provide guidance on how to resolve it.

  • task: Xcode@5 displayName: 'Build & Sign QA IPA' inputs: actions: 'build' configuration: 'Release' sdk: 'iphoneos' xcWorkspacePath: '$(System.DefaultWorkingDirectory)/ios/App/App.xcworkspace' scheme: 'my-bright-day-store' packageApp: true signingOption: 'manual' signingIdentity: '$(APPLE_CERTIFICATE_SIGNING_IDENTITY)' provisioningProfileUuid: '$(APPLE_PROV_PROFILE_UUID)'

0 Answers0