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
Getting this error when trying to upload an ios release build:
[!] Error uploading ipa file:
[Application Loader Error Output]: [ContentDelivery.Uploader.13AE0E350] Asset validation failed (90482) Invalid Executable. The executable 'Runner.app/Frameworks/DynamsoftBarcodeReader.framework/DynamsoftBarcodeReader' contains bitcode. (ID: e1391163-86a4-4b68-933e-568e786c1502)
[Application Loader Error Output]: Error uploading '/var/folders/g9/6mzndxgx1yvd_t88tyh34x9r0000gn/T/2a3b982d-dc9e-4fad-9fa9-88efe1edd923.ipa'.
[Application Loader Error Output]: Asset validation failed Invalid Executable. The executable 'Runner.app/Frameworks/DynamsoftBarcodeReader.framework/DynamsoftBarcodeReader' contains bitcode. (ID: e1391163-86a4-4b68-933e-568e786c1502) (90482)
[Application Loader Error Output]: The call to the altool completed with a non-zero exit status: 1. This indicates a failure.
Not really sure what's going on here, especially considering that the podfile for this package says bitcode is disabled, and I even have a post install step in my podfile that sets it to disabled for every pod.
The text was updated successfully, but these errors were encountered:
Getting this error when trying to upload an ios release build:
Not really sure what's going on here, especially considering that the podfile for this package says bitcode is disabled, and I even have a post install step in my podfile that sets it to disabled for every pod.
The text was updated successfully, but these errors were encountered: