Skip to content Skip to sidebar Skip to footer

Cryptic Sqlite Console Output In Objective-c

When running my program to query the iPod library of my iPhone, I get the following output in the console: CPSqliteStatementPerform: attempt to write a readonly database for UPDATE

Solution 1:

Apparently this is a bug in iOS 4.3 and is addressed in this devforum at Apple:

https://devforums.apple.com/message/428584#428584

Post a Comment for "Cryptic Sqlite Console Output In Objective-c"