error uploading iOS app to the store

2019-09-07 04:07发布

问题:

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

any idea please??

回答1:

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.



标签: ios xcode