As the title suggests I'm in the process of releasing an app which is using Core Data and CloudKit to sync user data across multiple devices. In order to distribute the app through TestFlight and later through the App-Store I have to deploy my CloudKit Container to production mode. Unfortunately, that seems not possible for me at the moment.
So by following this guide https://developer.apple.com/documentation/cloudkit/managing_icloud_containers_with_the_cloudkit_database_app/deploying_an_icloud_container_s_schema I selected the "Deploy Schema Changes" button on the left side and confirmed the deployment.
After that I even get a success message but at the top below the actual Container-Selection it still says "This container has not been deployed to Production".
So what am I missing?