ios - Binary upload fails with "Missing 64-bit support" -


  • i'm building cordova app
    • cordova build --device --release
  • uploading itunes connect
    • pilot upload -i platforms/ios/build/device/askpal.ipa --verbose

the publishing process using fastlane pilot fails with:

error itms-90086: "missing 64-bit support. ios apps submitted app store must include 64-bit support , built ios 8 sdk or later. recommend using default "standard architectures" build setting "architectures" in xcode, build single binary both 32-bit , 64-bit support."

the way i'm "fixing" deleting ios platform cordova, , reinstalling coordova platform add ios.

please tell me there way specify build architectures in cordova configs.

it not working

build active architecture


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -