Not sure if this is the final answer, but I finally found a way to access old iCloud information in my application on the device. I returned to Xcode 5.1.1, deleted the rights file in my project. Edited development and distribution profiles on iTunesConnect (using iCloud.xxxx settings that are only allowed now), downloaded and installed in Xcode 5.1.1. I checked the Key-Value Store: for iCloud functions and clicked + in the Ubiquity Containers container and made sure that all targets have the same container (com.companyName.AppName) for each target in the application. Then they connected the iOS device and launched the application. Errors appeared, returned to each goal and clicked "fix" in the "Features" - iCloud section. If you clicked the patch several times until you no longer appear. Then it started the application again, the previous iCloud data stored in the application appeared in the application before iOS 8, and everything seems to work.
The above result led to the creation of a separate rights file for each goal, previously there was only one rights file used by all goals.
I have not tried it with Xcode 6 yet, but finally I got access to my application through Xcode 5.1.1 and again I can fix and improve my published applications.
Update (11/5/2014): I was able to upload to the beta application store without problems using Xcode 5 with the above method.
Hope this helps someone else.
Fred
source share