Posts

Post not yet marked as solved
7 Replies
In xcode 11.1 there is no default container. You need to click add container in the capabilities section. To call the container in the code you need to write "let container = CKContainer(identifier: "the name of the container")".