代码之家  ›  专栏  ›  技术社区  ›  glyvox

无法在macOS Mojave中安装Xcode 10网络链接调节器

  •  34
  • glyvox  · 技术社区  · 6 年前

    from Apple's website .

    尝试安装“网络链接调节器”首选项窗格时,Settings.app显示以下错误:

    但是,首选项窗格是 内部设置.app。我还查了一下 /Library/PreferencePanes -它不在那里。

    enter image description here

    我怎么才能避开这个?

    3 回复  |  直到 6 年前
        1
  •  229
  •   Douglas Frari    6 年前

    手动复制 这个 .prefPane 文件收件人:

    /Library/PreferencePanes
    

    As Martijn Scheffer stated in this comment ,窗格未出现在系统首选项中的原因是安装程序错误地将文件放置到 ~/Library/PreferencePanes /Library/PreferencePanes .

    下载 https://developer.apple.com/download/more/ Xcode 10.1的附加工具

    enter image description here

    enter image description here

        2
  •  38
  •   meow2x    5 年前

    已安装网络链接调节器,但在“设置”应用程序上看不到它。

    1. 按Command+Space打开聚光灯
    2. 搜索 Network Link Conditioner
    3. 它将出现在结果上,单击它,它将打开设置 应用程序。
    4. 现在在设置应用程序中可见。打开它 从设置应用程序。

    希望这有帮助!

        3
  •  5
  •   Lauren Caponong    6 年前

    +对brainray来说,对我有效的是:

    1. 下载新的网络链接
    2. 直接从/Library/PreferencePanes打开网络链接调节器

    它现在出现在我的设置应用程序中

        4
  •  4
  •   Jim B    5 年前

    如果NLC在preferences中打开时被冻结,那么需要注意的是它必须以admin的身份运行。

    使用以下命令,可以以管理员身份启动MacOS的首选项应用程序:

    sudo /Applications/System\ Preferences.app/Contents/MacOS/System\ Preferences
    

    https://stackoverflow.com/a/36445625/4417912

        5
  •  2
  •   Suraj K Thomas    5 年前

    最新答案

    苹果公司已经将网络链接调节器工具转移到其他工具上 Xcode代码

    转到下面的链接

    https://developer.apple.com/download/more/?q=Additional%20Tools

    enter image description here

    enter image description here

    “选择网络链接”窗格 enter image description here

        6
  •  0
  •   Przemysław Wrzesiński    5 年前

    双击 Network Link Conditioner.prefPane Additional_Tools_for_Xcode_x.dmg

    推荐文章