我正在macOS Mojave beta 11上使用Xcode 10的最终版本。我下载了Xcode 10的附加工具软件包from Apple's website。
当我尝试安装网络链接调节器首选项 Pane 时,Settings.app显示此错误:
但是,首选项 Pane 为,在Settings.app中看不到。我什至在/Library/PreferencePanes
下检查-它不在那里。
我该如何解决?
最佳答案
我最终手动将.prefPane
文件复制到:
/图书馆/ PreferencePanes
重新启动Settings.app之后,它最终出现在列表中,并且运行良好。
As Martijn Scheffer stated in this comment,该 Pane 未出现在“系统偏好设置”中的原因是,安装程序错误地将文件放入~/Library/PreferencePanes
而不是/Library/PreferencePanes
。
在https://developer.apple.com/download/more/中下载Xcode 10.1的其他工具