I download Xcode 6.4 from here http://adcdownload.apple.com/Developer_Tools/Xcode_6.4/Xcode_6.4.dmg . Then select the previous Xcode to build:
~ xcode-select -s "/Applications/Xcode_6.4.app/Contents/Developer"
But I can not compile libraries with Carthage . I get an error message:
2015-09-18 19:13:58.057 xcodebuild[13961:788602] stream error: stream error at offset 8: unsupported version number ('1.04')
On the other computer, after updating Xcode 7, the same problem. Libraries do not compile, but errors are different.
~ carthage version 0.8.0
Cartfile:
github "Alamofire/Alamofire" "1.3.1"
source share