且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何查看在 iphone 应用程序中运行的 sqlite 文件中的数据?

更新时间:2023-11-30 16:23:22

如果你想在模拟器上运行时查看你的数据库,它位于以下位置

If you want to view your database when running on Simulator it is located at the following location

user/Library/Application Support/iPhone Simulator/version of SDK(4.2eg)/Applications/4AF938D6-E981-4971-A588-3424B64E7EE7(eg)/Documents/yourdatabase.sqlite

如果您想查看设备中的数据库,则可以使用 iExplorer 之类的软件.

If you want to view the database in your device then you can use a software like iExplorer.

干杯

sqlite 文件的位置已更改.

Edit : The location of sqlite file has changed.

它目前驻留在:

/User/Library/Application Support/iPhone Simulator/version of SDK(eg-7.0)/Applications/4AF938D6-E981-4971-A588-3424B64E7EE7(eg)/Library/Application Support/app_name/yourdatabase.sqlite

位置再次更改.它现在驻留在:

Edit : The location has changed again. It now resides in:

/User/Library/Developer/CoreSimulator/Devices/789A1317-6C55-4615-A72E-65C824D8C6B9(eg)/data/Containers/Data/Application/0470F5FC-0043-46B7-A21C-A436A56ED714(eg)/Documents/yourdatabase.extension