📅  最后修改于: 2023-12-03 15:06:04.371000             🧑  作者: Mango
在使用 Xcode 进行 iOS 开发时,有时会遇到以下错误提示:
xcode 错误:无法找到实用程序“simctl”,不是开发人员工具或 PATH
这是由于 Xcode 无法找到 simctl 工具所致,simctl 是模拟器控制工具,用于模拟 iOS 设备的各种操作和配置。
$ echo 'export PATH="/Library/Developer/CommandLineTools/usr/bin:$PATH"' >> ~/.bash_profile
无论你选择哪种方法,只要正确配置 simctl 路径,你就可以在 Xcode 中使用模拟器进行测试。