Xcode Simulator无法安装,提示The com.apple.CoreSimulator.SimRuntime.XXX simulator runtime is not available
在下载其他系统的模拟器安装成功后,运行时提示以下内容.runtime profile not foundDownload the com.apple.CoreSimulator.SimRuntime.iOS-12-4 simulator runtime from the Components section in Xcode's Preferences.这是由于没有文件权限导致的。...
·
在下载其他系统的模拟器安装成功后,运行时提示以下内容.
runtime profile not found
Download the com.apple.CoreSimulator.SimRuntime.iOS-12-4 simulator runtime from the Components section in Xcode's Preferences.
这是由于没有文件权限导致的。
首先,使用快捷键:
command + shift + G
打开模拟器的路径,前往.
/Library/Developer/CoreSimulator/Profiles/Runtimes
右键 -> 查看简介.
打开就是下图.
先解锁,解锁时需要填写你电脑的锁屏密码,再点击左下角的 ➕.
选中打码部分(用户名),点击选择.
点击只读,会弹出提示框,选择读与写,再点击右下角的锁,将锁关上.
最后,重启Xcode和Mac之后再运行就OK了.
更多推荐
已为社区贡献2条内容
所有评论(0)