It looks like in the screenshot of the rights that you have both the old (ubiquitous container) and the new (iCloud container) corresponding rights. I found and saw problems reports when both old and new rights are present.
For my application, I saved only the old rights and deleted two new ones that Xcode 6 will try to add to fix the problems that, in his opinion, are present in iCloud. Two keys deleted by me:
- com.apple.developer.icloud-container-identifiers
- com.apple.developer.icloud services
I saved only the original key (com.apple.developer.ubiquity-container-identifiers) and did not change its value. At the same time, the application still works in iOS 7 when building using Xcode 6 GM and can access all the data as before. It will also work in iOS 8, however it seems that the user should upgrade their account on iCloud Drive.
source share