XCode 4 (final) seems to be inconsistent.
Using one argument works on the device, but fails in the simulator:
-com.apple.CoreData.SQLDebug 1
Using two arguments works on the device and in the simulator:
-com.apple.CoreData.SQLDebug
1
Related Contents:
- Use CoreData or SQLite on iPhone? [closed]
- Where to place the “Core Data Stack” in a Cocoa/Cocoa Touch application
- Best way to implement Enums with Core Data
- Core Data vs. SQLite for SQL experienced developers
- HTML character decoding in Objective-C / Cocoa Touch
- Core Data vs SQLite 3 [closed]
- How can I upload a photo to a server with the iPhone?
- How to Sync iPhone Core Data with web server, and then push to other devices? [closed]
- Changing my CALayer’s anchorPoint moves the view
- When do you make an underscore in front of an instance variable? [duplicate]
- Example or explanation of Core Data Migration with multiple passes?
- `[super viewDidLoad]` convention
- How to write data in plist?
- What are best practices that you use when writing Objective-C and Cocoa? [closed]
- Property vs. instance variable
- Xcode 4 failure to symbolicate Crash Log
- Does UIGestureRecognizer work on a UIWebView?
- Open Source Cocoa/Cocoa-Touch POP3/SMTP library?
- Do you need to create an NSAutoreleasePool within a block in GCD?
- Arguments in @selector
- Implementation of “Automatic Lightweight Migration” for Core Data (iPhone)
- How do you implement global iPhone Exception Handling?
- Interaction beyond bounds of UIView
- How should I store UIImages within my Core Data database?
- Ordinal Month-day Suffix Option for NSDateFormatter setDateFormat
- Coredata Error “data: “
- SQLite Exception: SQLite Busy
- Changing the userAgent of NSURLConnection
- Detecting if iOS app is run in debugger
- iPhone: Convert date string to a relative time stamp
- Quick Explanation of SUBQUERY in NSPredicate Expression
- Where’s the best SQLite 3 tutorial for iPhone-SDK? [closed]
- Memory Management in Objective-C [duplicate]
- writing NSDictionary to plist in my app bundle
- Core Data Primary Key
- core data in a static library for the iPhone
- Break on EXC_BAD_ACCESS in Xcode?
- NSArray Equivalent of Map
- How get a datetime column in SQLite with Objective C
- What’s the difference between “bundle display name” and “bundle name” in cocoa application’s info plist
- How can I encrypt CoreData contents on an iPhone
- How to write a simple Ping method in Cocoa/Objective-C
- Best Cocoa/Objective-C Wrapper Library for SQLite on iPhone [closed]
- Core-Data iPhone: could not locate an NSManagedObjectModel
- What’s the best way to use Obj-C 2.0 Properties with mutable objects, such as NSMutableArray?
- iphone Core Data Unresolved error while saving
- Why should I use Core Data for my iPhone app?
- What are the limitations of NSUserDefaults?
- Using MD5 hash on a string in cocoa? [duplicate]
- Core Data’s NSPrivateQueueConcurrencyType and sharing objects between threads