My iOS and Mac apps have been launched to the App Store and all of my users, including myself, are using the CloudKit production database. My question is, is there any way t
Add the following entry to your entitlements file and perform a clean build.
This allows you to run your application in Xcode with the CloudKit in the production mode.
Entry to add: com.apple.developer.icloud-container-environment with value: Production. Note: Will not work with simulator
com.apple.developer.icloud-container-environment
Production