I wanted to implement CloudKit into my application, however I can't add it into my project.
Most tutorials were made in an older Xcode version (I assume) where they had a switch for iCloud - In my project (Xcode 11) this is not the case. The Capabilities Tab looks like this for me:

As you can see there is no iCloud or CloudKit option. I can import CloudKit in the code, but I get the runtime error 'The application is missing required entitlement com.apple.developer.icloud-services' I assume this is because I didn't add it to capabilities.
Note that I did create the project with CloudKit enabled:

Does anyone know where I can add the entitlement to the project? Or how else I can include CloudKit into my project?