Posts

Post marked as solved
2 Replies
2.1k Views
I’m currently working on a watchOS app in the early stages using Xcode 11.2 running on macOS Catalina. I’d like to do any further development work on the app using Xcode 12 beta, which I’ve downloaded and I’m running on macOS Catalina. Does anyone know whether or not I also need to download macOS Big Sur as well as Xcode 11 beta (running in Big Sur) in order to get all the features of Xcode 12 for my on-going development?
Posted Last updated
.
Post not yet marked as solved
4 Replies
6.4k Views
I tried looking on the Developer Forum, but didn't see an answer for my issue. I want to use a test iCloud account that I've created (not my personal/developer iCloud account) when testing my app on the Simulator. I've logged into that test iCloud account on the Simulator (Settings). I am doing CloudKit work in my app and I want to test my app with CloudKit. I signed into the CloudKit Dashboard using my personal/developer account and have setup my schema for my app. I now want to run my app on the simulator and have data stored in iCloud. I did the data storage as privateDatabase. How can I see that data from my app execution on the Simulator using the test iCloud account on the CloudKit Dashboard? It is not showing up. Do I have to use the publicDatabase in CloudKit Dashboard in order for me (the developer) to see the iCloud data from my simulator testing using my test iCloud account (different from my developer iCloud account)?Thanks for any clarification you can give to clear up my confusion on this.
Posted Last updated
.