【问题标题】:update your xcode error for installing gnuplot on mac更新您在 Mac 上安装 gnuplot 的 xcode 错误
【发布时间】:2016-12-14 16:28:08
【问题描述】:

尝试在终端上使用此命令安装 gnuplot

Mac:~ Amar$ brew install gnuplot --with-xll
Error: Your Xcode (7.3.1) is too outdated.
Please update to Xcode 8.2 (or delete it).
Xcode can be updated from the App Store

但是,当检查 xcode 是否需要更新时,我会关注

Mac:~ Amar$ softwareupdate --install xcode
Software Update Tool
Copyright 2002-2015 Apple Inc.

xcode: No such update
No updates are available.

请告诉我如何解决这个问题。

【问题讨论】:

    标签: xcode gnuplot homebrew


    【解决方案1】:

    此错误已通过卸载 Xcode 并从 Apple 的开发者帐户重新安装得到解决。

    【讨论】:

      【解决方案2】:

      xcode 不是softwareupdate 的有效参数。您需要先使用softwareupdate --list 获取可用更新列表;然后使用 softwareupdate --install 后跟更新名称。

      【讨论】:

      • 感谢您的回复.. 我先是softwareupdate --list,但是通过卸载 Xcode 并从 Apple 的开发者帐户重新安装它解决了这个问题。
      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-01-27
      • 2018-08-12
      • 1970-01-01
      相关资源
      最近更新 更多