ios - How do I access SQLite database instance on iPhone? -


i'm developing iphone app uses built-in sqlite database. i'm trying view , open database via sqlite3 command line tool can execute arbitrary sql against it.

when run app in simulator, .sqlite file creates located @ ~/library/application support/iphone simulator/user/applications/.

how can see file on physical iphone?

in xcode select window->organizer , expand node next application in applications section on phone. select black downward pointing arrow next application data , save file anywhere on desktop. sqlite database should in there somewhere.

as how go getting on phone once done have no clue.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -