Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App submission on app store gives warning "Missing 64-bit support"

Tags:

ios

app-store

I am uploading an app to the App Store. But unfortunately I get the below warning. Archive submission failed due to Warning ITMS-9000: "Missing 64-bit support. Starting February 1, 2015, new iOS apps uploaded to the App Store must include 64-bit support and be built with the iOS 8 SDK, included in Xcode 6 or later."

like image 455
Vivek Shah Avatar asked Nov 15 '14 12:11

Vivek Shah


1 Answers

As the warning says, your app isn't prepared for 64-bit, and apple announced a month ago that starting in february 2015 all the apps uploaded to the app store must support it. So, it seems that if you're using iOS 8 you got to enable 64-bit support on you app now.

For supporting 64 bit you got to have in your project build settings the following: enter image description here

like image 149
diegomen Avatar answered Nov 05 '22 04:11

diegomen