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??
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??
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
.