迦太基未安装最新版本

Joa*_*ona 7 carthage

使用时出现此错误Carthage

Please update to the latest Carthage version: 0.34.0. You currently are on 0.27.0
Run Code Online (Sandbox Code Playgroud)

但是我已经安装了 0.34.0。如果我这样做brew info carthage打印:

carthage: stable 0.34.0 (bottled), HEAD
Decentralized dependency manager for Cocoa
https://github.com/Carthage/Carthage
/usr/local/Cellar/carthage/0.34.0 (8 files, 5.2MB)
  Poured from bottle on 2020-01-09 at 09:18:31
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/carthage.rb
==> Requirements
Build: xcode ?
==> Options
--HEAD
    Install HEAD version
Run Code Online (Sandbox Code Playgroud)

如果我尝试升级brew upgrade Carthage

Warning: Carthage 0.34.0 already installed
Run Code Online (Sandbox Code Playgroud)

知道发生了什么吗?

谢谢

Sta*_*low 2

尝试运行brew uninstall carthage然后brew install carthage看看会发生什么。对我来说是符号链接错误,并且有关于如何解决该问题的说明。