尝试运行carthage时出错

时间:2015-05-13 19:50:00

标签: ios swift terminal carthage

我尝试为新的iOS项目设置我的依赖项。我想使用迦太基。

我在项目的根目录中设置了一个Cartfile

github "Alamofire/Alamofire" >= 1.2
github "SwiftyJSON/SwiftyJSON" >= 2.2

然后运行carthage更新,收到此错误:

dyld: Symbol not found: __TMdVSs9Character
  Referenced from: /usr/local/Cellar/carthage/0.7.3/bin/../Frameworks/CarthageKit.framework/Versions/Current/Frameworks//PrettyColors.framework/PrettyColors
  Expected in: /Library/Frameworks/CarthageKit.framework/Versions/Current/Frameworks/libswiftCore.dylib
 in /usr/local/Cellar/carthage/0.7.3/bin/../Frameworks/CarthageKit.framework/Versions/Current/Frameworks//PrettyColors.framework/PrettyColors
Trace/BPT trap: 5

我试着环顾四周,但是我找不到任何看起来像这个错误。

我尝试卸载并重新安装carthage(使用自制程序),但没有任何改变。

1 个答案:

答案 0 :(得分:33)

我在这里找到了解决方案:

https://github.com/Carthage/Carthage/issues/330

<强>步骤:

(indent-region (point-min) (point-max))