carthage version: 0.23xcodebuild -version: XCode 8.3.2 Build version 8E2002--no-build? no--no-use-binaries? no--use-submodules? no--cache-builds? noMac 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?
Maybe it'll help someone too
Solution is:
Most helpful comment
Maybe it'll help someone too
Solution is: