Skip to content

Instantly share code, notes, and snippets.

@biku
Last active December 15, 2015 07:18
Show Gist options
  • Select an option

  • Save biku/5221907 to your computer and use it in GitHub Desktop.

Select an option

Save biku/5221907 to your computer and use it in GitHub Desktop.
xCode sql debug
In Xcode, go to the Product menu and choose Edit Scheme.
Select Debug on the left.
Select Arguments on the right.
Under Arguments Passed On Launch, click the add button.
Enter: -com.apple.CoreData.SQLDebug 1
Click OK.
source and more: http://www.cimgf.com/2013/01/03/nsfetchedresultscontroller-sectionnamekeypath-discussion/#more-1994
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment