如何找到 iOS 模拟器文件夹
How to find the iOS simulator folder
我正在寻找文件系统中存储 iOS 模拟器的特定位置,Xcode 为您下载。我一直在寻找 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
或 ~/Library/Developer/CoreSimulator
等常用位置,但没有找到。
有谁知道下载到的具体位置吗?
它们安装到 /Library/Developer/CoreSimulator/Profiles/Runtimes
(不是 ~/Library
!)
我正在寻找文件系统中存储 iOS 模拟器的特定位置,Xcode 为您下载。我一直在寻找 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
或 ~/Library/Developer/CoreSimulator
等常用位置,但没有找到。
有谁知道下载到的具体位置吗?
它们安装到 /Library/Developer/CoreSimulator/Profiles/Runtimes
(不是 ~/Library
!)