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
Post a Comment