M0TRIX
M0TRIX

Reputation: 253

Missing 64-bit support. iOS apps submitted to the App Store must include 64-bit support

full log is :

    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."
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 have set build active architecture to no

my architectures are :

architectures : armv7
valid architectures : armv6, armv7, armv7s, arm64

no phone connected to Xcode

Xcode version 8.3

I have cheek other threads here none of them helped me.so this might be duplicate question but it is different

Upvotes: 0

Views: 2570

Answers (2)

Andrea
Andrea

Reputation: 26385

I think that AppStore submissions after April require Xcode 9 and iOS11.

Starting April 2018, all new iOS apps submitted to the App Store must be built with the iOS 11 SDK. All new apps for iPhone, including universal apps, must support the Super Retina display of iPhone X.


Try to write in the voice of Build Settings Architecture $(ARCHS_STANDARD) to be sure to pick up all the architectures, but I still think it will fail.

Upvotes: 2

Colin FB
Colin FB

Reputation: 120

Update your Xcode through the App Store, Xcode 9.x is the latest version. Then update your code to the new version of Swift and submit again. Hope this helps! - Colin

Upvotes: 1

Related Questions