Last active
December 15, 2015 07:18
-
-
Save biku/5221907 to your computer and use it in GitHub Desktop.
xCode sql debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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