I am working on a CloudKit backed app with a Users record type that has a \"following\" reference list attribute. I am trying to construct a query to get every user that is foll
Error 11 means that the query cannot find any items in your container matching your record type. In your case UserRecordType type records do not exist in Cloud Kit. You can create a sample schema for that type and the query will work after that.