Search code examples
iosxcodeapp-storesubmission

Can't submit app to AppStore. "Your application bundle's signature contains code signing entitlements that are not supported on iOS"


I'm trying to submit my app to the AppStore but all in vain. No matter what I do I'm getting the following error:

enter image description here

I tried cleaning, deleting derived data, restarting Xcode, restarting my Mac. Nothing helps. this answer suggests copying bundle from iTunesConnect and pasting it into the project, but it's not possible since iTunesConnect has changed and you are no longer able to copy bundle id from there. Any ideas, guys?


Solution

  • The problem existed because Associated domains and iCloud options (which wasn't actually required) were enabled for the app in the developer account. As soon as I disabled these options (and created new provisioning profile) the problem was gone