xcode project error: exportArchive: Automatic signing is unable to resolve
I get the error for the when build the IOS using xcode project.
error : exportArchive: Automatic signing is unable to resolve an issue with the "xxxx.app" target's entitlements.
Error Domain=IDEProvisioningErrorDomain Code=21 "Automatic signing is unable to resolve an issue with the "xxxx.app" target's entitlements." UserInfo={NSLocalizedDescription=Automatic signing is unable to resolve an issue with the "xxx.app" target's entitlements., NSLocalizedRecoverySuggestion=Switch to manual signing and resolve the issue by downloading a matching provisioning profile from the developer website. Alternatively, to continue using automatic signing, remove these entitlements from your entitlements file and their associated functionality from your code. Then rebuild your archive and try again.}
I have no idea for the target's entitlements? how I can fix it?
thanks.
Please sign in to leave a comment.