Why the Missing 64-bit support happened when upload to the iTunes connect?

Martin picture Martin · Feb 4, 2015 · Viewed 17.9k times · Source

I try to upload the file via Application Loader. But I got the mail from iTunes store.

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.

But I already add the arm64 in Xcode like the following picture.

enter image description here

Why the Missing 64-bit support happened when upload to the iTunes connect ?

Did I missing something ?

Answer

Shashi3456643 picture Shashi3456643 · Feb 4, 2015

I had same problem today I set Build Active Architecture to NO and it got submitted. Give a try