cancel
Showing results for 
Search instead for 
Did you mean: 

Error submitting iOS App to AppStore

Roberto_Luz
Explorer
0 Kudos

Hello everybody!

After generating the .ipa without any problems, I tested sending it to the AppStore and it has displayed the following errors and prevents it from being sent.

For shipping, I'm using macOS Sierra and have Xcode installed at version 9.2.

Asset validation failed (90635)
Invalid Mach-O Format. The Mach-O in bundle "RNVApp.app/Frameworks/iOSPhotoEditor.framework" isn’t consistent with the Mach-O in the main bundle. The main bundle Mach-O contains , while the nested bundle Mach-O contains arm64(machine code). Verify that all of the targets for a platform have a consistent value for the ENABLE_BITCODE build setting. (ID: 7cc8623e-2a1b-48d2-9dc7-d0186cd93b2b)

Asset validation failed (90635)
Invalid Mach-O Format. The Mach-O in bundle "RNVApp.app/Frameworks/WebRTC.framework" isn’t consistent with the Mach-O in the main bundle. The main bundle Mach-O contains , while the nested bundle Mach-O contains arm64(machine code). Verify that all of the targets for a platform have a consistent value for the ENABLE_BITCODE build setting. (ID: 77fb1f1b-4e1e-4ebb-8714-3bea53872e72)

Asset validation failed (90717)
Invalid large app icon. The large app icon in the asset catalog in “RNVApp.app” can’t be transparent or contain an alpha channel. For details, visit: https://developer.apple.com/design/human-interface-guidelines/app-icons. (ID: 74b6dc3e-b9ae-4234-ad9b-78edef761ece)

Asset validation failed (90725)
SDK version issue. This app was built with the iOS SDK. All iOS and iPadOS apps must be built with the iOS 16.1 SDK or later, included in Xcode 14.1 or later, in order to be uploaded to App Store Connect or submitted for distribution. 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. (ID: 66942616-95aa-4334-b559-c86909ae5e9e)

Asset validation failed (90135)
Invalid bundle. The executable couldn’t be re-signed for upload to App Store Connect. The app may have been built or signed with unsupported or prerelease tools. (ID: 3a64ac99-7f48-4b9a-be78-6d3575b70a7f)

Below is the log generated by Transporter:

2024-04-15 20:10:14.970  INFO: ContentDelivery version 2.14.8 (14038).
2024-04-15 20:10:15.007  INFO: Show Progress: Contatando os Serviços da Apple…
2024-04-15 20:10:15.800  INFO: Show Progress: Fazendo cópia de “app-54733_ios_build-23839.ipa”…
2024-04-15 20:10:16.106  INFO: Show Progress: Preparando para enviar “app-54733_ios_build-23839.ipa”…
2024-04-15 20:10:16.426  INFO: Show Progress: Analisando pacote…
2024-04-15 20:10:28.616  INFO: Show Progress: Enviando análise para o App Store Connect…
2024-04-15 20:10:30.948  INFO: COMPLETED - PART 1
2024-04-15 20:10:30.951  INFO: Show Progress: Aguardando resposta da análise do App Store Connect…
2024-04-15 20:10:43.178 ERROR: Asset validation failed (90635) Invalid Mach-O Format. The Mach-O in bundle "RNVApp.app/Frameworks/WebRTC.framework" isn’t consistent with the Mach-O in the main bundle. The main bundle Mach-O contains , while the nested bundle Mach-O contains arm64(machine code). Verify that all of the targets for a platform have a consistent value for the ENABLE_BITCODE build setting. (ID: 77fb1f1b-4e1e-4ebb-8714-3bea53872e72)
2024-04-15 20:10:43.178 ERROR: Asset validation failed (90635) Invalid Mach-O Format. The Mach-O in bundle "RNVApp.app/Frameworks/iOSPhotoEditor.framework" isn’t consistent with the Mach-O in the main bundle. The main bundle Mach-O contains , while the nested bundle Mach-O contains arm64(machine code). Verify that all of the targets for a platform have a consistent value for the ENABLE_BITCODE build setting. (ID: 7cc8623e-2a1b-48d2-9dc7-d0186cd93b2b)
2024-04-15 20:10:43.178 ERROR: Asset validation failed (90717) Invalid large app icon. The large app icon in the asset catalog in “RNVApp.app” can’t be transparent or contain an alpha channel. For details, visit: https://developer.apple.com/design/human-interface-guidelines/app-icons. (ID: 74b6dc3e-b9ae-4234-ad9b-78edef761ece)
2024-04-15 20:10:43.179 ERROR: Asset validation failed (90725) SDK version issue. This app was built with the iOS SDK. All iOS and iPadOS apps must be built with the iOS 16.1 SDK or later, included in Xcode 14.1 or later, in order to be uploaded to App Store Connect or submitted for distribution. 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. (ID: 66942616-95aa-4334-b559-c86909ae5e9e)
2024-04-15 20:10:43.179 ERROR: Asset validation failed (90135) Invalid bundle. The executable couldn’t be re-signed for upload to App Store Connect. The app may have been built or signed with unsupported or prerelease tools. (ID: 3a64ac99-7f48-4b9a-be78-6d3575b70a7f)
2024-04-15 20:10:43.837  INFO: Show Progress: O envio falhou.
Asset validation failed
Invalid Mach-O Format. The Mach-O in bundle "RNVApp.app/Frameworks/WebRTC.framework" isn’t consistent with the Mach-O in the main bundle. The main bundle Mach-O contains , while the nested bundle Mach-O contains arm64(machine code). Verify that all of the targets for a platform have a consistent value for the ENABLE_BITCODE build setting. (ID: 77fb1f1b-4e1e-4ebb-8714-3bea53872e72)
2024-04-15 20:10:43.838  INFO:
=============
UPLOAD FAILED with 5 errors.
=============

Until last week, the Build had the error "Missing text secrets" which made it impossible to generate the .ipa or .apk file.
They corrected it, but perhaps it triggered other problems.

If anyone has any tips or guidance, I would be very grateful!

 

Accepted Solutions (0)

Answers (0)