CREATE operation not permitted
问题 I am trying to utilize CloudKit in my iOS application, but when I attempt to create a new record for for a User record type (record type is named Users ), I get this error: <CKError 0x7fb80947ffb0: "Permission Failure" (10/2007); server message = "CREATE operation not permitted"; uuid = 8C4C7B60-E3F4-42FC-9551-D3A76A6FF9D6; container ID = "iCloud.com.jojodmo.Blix"> To create the new record, I am using this code in viewDidLoad() : UserCKManager.create( CloudKitUser( email: "email@website.com",