Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 8: Your account does not have sufficient permissions to modify containers

Tags:

xcode

I'm getting this error with code signing with Xcode 8:

Your account does not have sufficient permissions to modify containers

enter image description here

What does it want from me?

like image 410
etayluz Avatar asked Nov 14 '16 19:11

etayluz


3 Answers

I also faced this issue in XCode 8.3.3 (8E3004b). I just went to Project SettingsCapabilities tab, then toggled iCloud off and on. Once I went back to the General tab, the errors were gone.

like image 91
AKun Avatar answered Nov 14 '22 03:11

AKun


This seems like it may be a bug with XCode 8. To resolve this, I unchecked the "automatically manage signing" checkbox in the of my target's General settings. I then archived my project by manually setting the provisioning profiles. After that succeeded, I went back and again checked the "automatically manage signing" checkbox and it stopped complaining with errors that made no sense.

like image 7
etayluz Avatar answered Nov 14 '22 02:11

etayluz


Just had this issue with XCode 8.3.2 after we enabled iCloud Capabilities and the entitlements changed. We use automatic signing - xcode managed profile. Going into Xcode -> Preferences -> Download All Profiles wouldn't fix the problem UNTIL we temporarily made team members Admin and repeated the process. At that point XCode realized the new provisioning profile and the problem was solved.

like image 3
dchappelle Avatar answered Nov 14 '22 03:11

dchappelle