Shriram Kadam
Shriram Kadam

Reputation: 404

ERROR ITMS-90086: Missing 64-bit support. Submission fails with error on submit app on iTunes

I tried to upload my app via Application Loader. But I got an error from the iTunes store.

ERROR ITMS-90086: "Missing 64-bit support - Beginning on February 1, 2015 new iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK. Beginning June 1, 2015 app updates will also need to follow the same requirements. To enable 64-bit in your project, we recommend using the default Xcode build setting of “Standard architectures” to build a single binary with both 32-bit and 64-bit code."

I already added the arm64 in Xcode like the following picture.

enter image description here

enter image description here

What can I do?

Upvotes: 10

Views: 13943

Answers (2)

許文勳
許文勳

Reputation: 86

It seems u are using old device for testing, like iPhone5. U need change your build target from your iPhone5 or other old iOS device to "Generic iOS Device".

Just be Top Right of your XCode

Upvotes: 4

Fahri Azimov
Fahri Azimov

Reputation: 11770

In the Valid Architectures field of build settings, you should add arm64 to support 64-bit devices.

Upvotes: 9

Related Questions