Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iCloud Debug Gauge Status: Disabled

I created an app, testing Core Data Sync with iCloud. The app works, data syncs between devices without issues.

When debugging, running on device from Xcode (6) the iCloud Debug Gauge says Status: Disabled. I do not see my containers and files in the list below. Occasionally, the graph shows some downloading but nothing else seems to report.

I do get the expected messages and logs output in the debug console and, as I said, the devices are syncing. Objects added on one device propagate to the other, deletes and updates all work fine.

Why does the gauge say disabled and why am I not seeing the debug information? Is there something I need to do to enable the debug gauge in Xcode?

Xcode Debug Gauge Screenshot

like image 607
Dean Davids Avatar asked Oct 04 '14 18:10

Dean Davids


1 Answers

The iCloud gauge is currently broken in Xcode 6. Be sure to file a bug with Apple so they fix it.

There's an Apple forum thread on it here: https://devforums.apple.com/message/1026708#1026708

like image 190
Chris Garrett Avatar answered Oct 30 '22 08:10

Chris Garrett