Xcode: According to the provisioning profile, the bundle contains a key value that is not allowed: '[ ]' for the key 'keychain-access-groups'

Viewed 293

I'm facing this issue uploading a new build to the store, I basically didn't change anything in the code, just added a localised string for a new language. Error screenshot

1 Answers

I found a solution, just search for the text keychain-access-groups and remove the Key Key Chain Access Groups which should be an empty array See the screenshot

Related