I am new to Objective C and iPhone development. I am using CoreData on the new iPhone 3.0 platform. My application executes; however, I am getting no objects back from the fetchedResultsController. I would like to see the SQL that is being passed to SQLite.
In the Apple documentation it says I can see this by passing the following argument to the application
-com.apple.CoreData.SQLDebug 1
Where exactly do I do this at?