在 Sierra 上下载了 xcode 8.1,它仍然说我安装了 8.0?

Downloaded xcode 8.1 on Sierra, it still says I have 8.0 installed?

我正在尝试使用 brew 安装 python3。我无法像它说的那样安装了 8.0,即使在应用商店中它说我安装了 8.1。另外,当我打开 xcode 时,它说我安装了版本 8.0 (8A218a)。

这就是我所做的:

   $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
   $ brew update

$ brew install python3 
Error: Your Xcode (8.0) is outdated.
Please update to Xcode 8.1 (or delete it).
Xcode can be updated from the App Store.

这是我正在关注的指南:http://www.pyimagesearch.com/2015/06/29/install-opencv-3-0-and-python-3-4-on-osx/

我该如何解决这个问题?

我在今天早些时候尝试 brew install imagemagick 时遇到了类似的问题。

xcode 显示版本 8.0,但应用商店认为我是最新的(即 运行 8.1)。我 'fixed' 通过删除 xcode 并通过应用商店触发重新安装。