Sina KH
Sina KH

Reputation: 565

error uploading iOS app to the store

I'm trying to upload my app to the store but here is what i get:

What I've done before::

1- removing armv7s from plist.info files

2- disabling compile for active architecture only

error iname

any idea please??

Upvotes: 0

Views: 138

Answers (1)

Charles A.
Charles A.

Reputation: 11123

Based on the errors I would speculate that your Architectures build setting includes architectures other than arm64, but you specify arm64 as a required device capability in your Info.plist. You should either remove that requirement from your Info.plist or set the Architectures build setting to just arm64.

Upvotes: 1

Related Questions