Quantcast
Channel: [SMD] - 8L0G5PH3R3 » Objective-C
Viewing all articles
Browse latest Browse all 5

Enable SQL Debugging in Xcode4

$
0
0

If you would like to output the SQL being generated by Core Data, here is the quick steps:

  1. Go to Product -> Edit Scheme
  2. Choose Run YourAppName.app
  3. Add -com.apple.CoreData.SQLDebug 1 to the Arguments Passed On Launch panel

Viewing all articles
Browse latest Browse all 5

Trending Articles