xcode - error uploading iOS app to the store -
i'm trying upload app store here get:
what i've done before::
1- removing armv7s plist.info files
2- disabling compile active architecture only
any idea please??
based on errors speculate architectures build setting includes architectures other arm64, specify arm64 required device capability in info.plist.  should either remove requirement info.plist or set architectures build setting arm64.

Comments
Post a Comment