0
  • I'm building Cordova app with
    • cordova build --device --release
  • uploading it to itunes connect with
    • 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 to the App Store must include 64-bit support and be built with the iOS 8 SDK or later. We recommend using the default "Standard Architectures" build setting for "Architectures" in Xcode, to build a single binary with both 32-bit and 64-bit support."

The way I'm "fixing" this is by deleting the ios platform from Cordova, and then reinstalling it with coordova platform add ios.

Please tell me there is a way to specify the those build architectures in the Cordova configs.

Daniel Birowsky Popeski
  • 8,752
  • 12
  • 60
  • 125

1 Answers1

6

it is not working

Build Active Architecture

Community
  • 1
  • 1
Jaydeep Vora
  • 6,085
  • 1
  • 22
  • 40