Having read the rest of the thread I see you've obtained a new system and it works fine there. You might want to check the type of connection you have between your test device and the machine. Did you use the same network/wifi setup in both environments? After that I would un-install and re-install XCode. If that doesn't do it then I'd do a re-install of the OS and see what that does. I worked with iCloud for our latest app and anything more than 5 seconds would be way out of line. In fact even that would be pusing it. Most often the first contact with the database was something less than two seconds and subsequent operations after that were measured in milliseconds.As you've discovered the CKAsset type does take considerably longer than others, this is to be expected since it not only downloads the record but the file itself. Naturally your connection speed will have an effect and the overhead that XCode requires to track statement execution also affects the speed at which you will see things in the log. Wor
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags: