Carthage: Cant use Carthage

Created on 21 May 2017  路  1Comment  路  Source: Carthage/Carthage

  • carthage version: 0.23
  • xcodebuild -version: XCode 8.3.2 Build version 8E2002
  • Are you using --no-build? no
  • Are you using --no-use-binaries? no
  • Are you using --use-submodules? no
  • Are you using --cache-builds? no

Mac OS version: 10.12.4 (16E195)

When I'm trying to run any command from carthage (including --version) I receive such error.
I tried to remove carthage via brew and install back. The same error

dyld: Symbol not found: __TMV6Result8AnyError
Referenced from: /usr/local/Cellar/carthage/0.23.0/bin/../Frameworks/CarthageKit.framework/Versions/Current/Frameworks/ReactiveSwift.framework/ReactiveSwift
Expected in: /Library/Frameworks/CarthageKit.framework/Versions/Current/Frameworks/Result.framework/Versions/A/Result
in /usr/local/Cellar/carthage/0.23.0/bin/../Frameworks/CarthageKit.framework/Versions/Current/Frameworks/ReactiveSwift.framework/ReactiveSwift
Abort trap: 6

How I can fix it?

Most helpful comment

Maybe it'll help someone too
Solution is:

  1. remove carthage via homebrew
  2. sudo rm -rf /Library/Frameworks/CarthageKit.framework
  3. brew install carthage

>All comments

Maybe it'll help someone too
Solution is:

  1. remove carthage via homebrew
  2. sudo rm -rf /Library/Frameworks/CarthageKit.framework
  3. brew install carthage
Was this page helpful?
0 / 5 - 0 ratings