0

I have this error when I try to load my ipa on Application Loader:

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."

I add this values on my info plist file

<key>Architectures</key>
    <string>Standard architectures (including 64-bit)(arm7,arm64)-$</string>

And also:

<key>Build Active Architecture Only</key>
    <false/>

but the problem still exist. I use JavaFx platform and javafxmobileplugin. Thanks in advance

Fruchtzwerg
  • 10,999
  • 12
  • 40
  • 49
Denise
  • 131
  • 10

1 Answers1

0

You can set minimum iOS version to 8.0 or later.