iPhone Simulator在哪里存储数据?

我有一个SQLite数据库用于存储应用程序数据,我可以通过查看它来调试我遇到的问题 - 但iPhone模拟器通常在哪里存储数据?


对于SDK 3.2,接受的答案是正确的 - SDK 4用它可以模拟的每个旧版iPhone OS / iOS版本的号码替换该路径中的/ User文件夹,所以路径变为:

〜/库/应用程序支持/ iPhone模拟器/ [OS版本] /应用程序/ [appGUID] /

如果您之前安装了以前的SDK,则其3.1.x模拟器将继续将其数据保存在:

〜/ Library / Application Support / iPhone Simulator / User / Applications / [appGUID] /

对于Xcode6和iOS8

〜/库/开发商/ CoreSimulator /设备/ [的DeviceID] /数据/容器/数据/应用/ [的AppID] /


找到了:

~/Library/Application Support/iPhone Simulator/User/

iOS 8〜/ Library / Developer / CoreSimulator / Devices / [Device ID] / data / Applications / [appGUID] / Documents /

链接地址: http://www.djcxy.com/p/63249.html

上一篇: Where does the iPhone Simulator store its data?

下一篇: Adding images to iPhone Simulator