Last Updated: February 25, 2016
·
1.521K
· dondii

SQL Debug on Core Data

If you want to see and test the performance of your Core Data query, simply use this Argument. "-com.apple.CoreData.SQLDebug 1".

Add the argument when editing Scheme.
Picture

And you will see the SQL Debug on Log / Output
Picture