Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
出于调试目的,如果我能读取 Xcode 手表模拟器的核心数据 sql 文件的内容,那将非常有帮助。谁能告诉我如何找到这个?谢谢
模拟器文件位于~/Library/Developer/CoreSimulator/Devices/{UUID}/. 您可以在Devices文件夹中搜索带有扩展名的文件.sqlite以查找所有数据库。您还可以在 中找到特定模拟器的device_set.plistUUID Devices。
~/Library/Developer/CoreSimulator/Devices/{UUID}/
Devices
.sqlite
device_set.plist