Skip to content

Instantly share code, notes, and snippets.

@gdavis
Last active August 5, 2020 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdavis/6589417 to your computer and use it in GitHub Desktop.
Save gdavis/6589417 to your computer and use it in GitHub Desktop.
Enable CoreData debugging in Xcode
Pass argument on launch:
-com.apple.CoreData.SQLDebug 1
Value should be 1, 2 or 3. Don't forget the -
To debug iCloud Ubiquity pass:
-com.apple.CoreData.Ubiquity.LogLeve 3
Value can be 1, 2, or 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment