在 Xcode 9.3 和 iOS 模拟器中,[NSUserDefaults standardUserDefaults]
将值存储在:
/Users/{User Name}/Library/Developer/CoreSimulator/Devices/{Device GUID}/data/Containers/Data/Application/{application GUID}/Library/Preferences/{bundle identifier}.plist
我可以在其中轻松打开 .plist 文件并查看值。
但是,当应用程序在开发设备中运行时,我如何检查这些值?是否可以在像模拟器这样的开发设备中检查这些值?