Is it possible to debug an ad-hoc version of an iPhone app on iPhone using XCode?

Posted by user262325 on Stack Overflow See other posts from Stack Overflow or by user262325
Published on 2010-06-12T07:57:14Z Indexed on 2010/06/12 8:02 UTC
Read the original article Hit count: 147

Filed under:

I have an app that reads and writes data from sqlite3. I tested it on the simulator it looks like everything is OK. But if the ad-hoc version does a 'delete' or 'insert' query in the sqlite3 file on iPhone, it crashes.

Is it possible to debug ad hoc versions of iPhone apps with XCode?

© Stack Overflow or respective owner

Related posts about iphone