Why is my team no allowed to manage iCloud container?

989 Views Asked by At

I created a new project and gave it iCloud capabilities with CloudKit checked. When I try to access the container from CloudKit dashboard, I get a message saying:

There was a problem listing the record types

Team ... not allowed to manage container iCloud.us.gnolaum.MakeYourOwnStickers

I have tried to unset and then reset settings from Xcode and from Apple developer website, but I can't fix it.

1

There are 1 best solutions below

2
On

You can check the permissions on your CloudKit container and make sure the right users have right access.

Once you sign in to the CloudKit Dashboard, check the permissions here:

enter image description here

enter image description here

It should list the users on your developer team as defined on https://developer.apple.com/account.

I hope that helps.