我从这里下载 Xcode 6.4 http://adcdownload.apple.com/Developer_Tools/Xcode_6.4/Xcode_6.4.dmg。然后选择以前的 Xcode 进行构建:
~ xcode-select -s "/Applications/Xcode_6.4.app/Contents/Developer"
但我不能用Carthage
. 我得到错误:
2015-09-18 19:13:58.057 xcodebuild[13961:788602] stream error: stream error at offset 8: unsupported version number ('1.04')
在 Xcode 7 更新后的其他计算机上,同样的问题。库不编译,但错误是不同的。
~ carthage version
0.8.0
购物车文件:
github "Alamofire/Alamofire" "1.3.1"