I'm developing an iphone app that uses the built in sqlite db. I can view the db when running the simulator but how do i access the db instance on the physical device?? Any help is greatly appreciated.
FYI: i'm trying to view the open the db via the sqlite3 command line so I can execute arbitray sql against it. For the simulator, I can view the .sqlite file at: ~/Library/Application\ Support/iPhone\ Simulator/User/Applications/ ... but how can I see that file on the physical iphone?
FYI2: I'm trying to profile a db running on the physical device. The simulator does not work for me as this app uses Core Location data to run.