0
votes

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

1
What is your iOS SDK version ? and be built with the iOS 8 SDK or laterNhat Dinh
I define this :<key>MinimumOSVersion</key> <string>7.0</string>Denise
please disconnect your device and try againkiran kumar
I did all, but the problem it's not solved :(Denise

1 Answers

0
votes

You can set minimum iOS version to 8.0 or later.