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
Problem
I was able to create an .ipa from the .app file and meet all the certificate, profile provisioning requirements. However, I cannot upload the artefact using "Transporter" for macos, and this is the error I get:
Validation failed (409)
Incorrect Platform. You included arm64 executable “PracticeTestTaker.app/practice_test_taker” in your iOS bundle. Only iOS executables can be included. (ID: b7d11c5b-00ce-4fdd-a4c9-3c81e99be43e)
I tried variations of the archs available: arm, and arm64. I think the correct architecture for ios is aarch, which is not available via the dx cli.
Problem
I was able to create an .ipa from the .app file and meet all the certificate, profile provisioning requirements. However, I cannot upload the artefact using "Transporter" for macos, and this is the error I get:
Validation failed (409)
Incorrect Platform. You included arm64 executable “PracticeTestTaker.app/practice_test_taker” in your iOS bundle. Only iOS executables can be included. (ID: b7d11c5b-00ce-4fdd-a4c9-3c81e99be43e)
I tried variations of the archs available: arm, and arm64. I think the correct architecture for ios is aarch, which is not available via the dx cli.
Steps to reproduce the behavior:
To Info.plist, I had to add a key and override, DTPlatformName, to include iphoneos, which was not in the original.
then, upload the generated .ipa via Transporter.
Expected behavior
To upload to the App Store successfully.
Environment:
The text was updated successfully, but these errors were encountered: