1
votes

I added Cloudkit support to my iOS and WatchOS App, but I cannot deploy my schema to production due to a bug: enter image description here Do I need to wait until this is fixed so I can deploy to Production or can I ship and still be in Development mode on the console?

I've also read that I can edit my plist to switch to development mode but I am not seeing that option in my Entitlements: enter image description here

Update: July 13 6pm EST no longer getting the error message but now it acts as if it is going to deploy but when I hit cancel and refresh it isn't deployed ????‍♂️

Yes, you need CloudKit in production to use it in your production app. You may be able to release your app if it handles unavailable CloudKit gracefully.Paulw11