If you would like to output the SQL being generated by Core Data, here is the quick steps:
- Go to Product -> Edit Scheme
- Choose Run YourAppName.app
- Add -com.apple.CoreData.SQLDebug 1 to the Arguments Passed On Launch panel
If you would like to output the SQL being generated by Core Data, here is the quick steps: