I just want to use iCloud for key-value storage at this time. However, I have gotten into this whirlpool of B.S. where Xcode isn't happy with app entitlements matching my provisiong profile entitlements unless I turn on iCloud document storage and have a container setup for the app. When I do that and update the app identifier and provisioning profile, it seems everything is happy on both ends.
But being in favor of simplicity = security, it seems wrong that I have to get all these entitlements added on both ends just to keep Xcode happy.
Has anyone run into this before? Is there a way to get this working with *only* the entitlement for key value storage??
I have to say, I never had a problem managing this stuff manually in the past. With Xcode trying to manage this stuff with the portal automatically, I have run into nothing but headaches.