Xcode 使用迦太基建造Alamofire 1.3.1失败

Xcode 使用迦太基建造Alamofire 1.3.1失败,xcode,swift,alamofire,osx-yosemite,carthage,Xcode,Swift,Alamofire,Osx Yosemite,Carthage,我一直面临一个问题,就是无法利用迦太基建造阿拉莫菲尔 我的环境如下: OSX 10.10.5 Xcode 6.4 此外,7.0和7.1也已安装 迦太基0.9.3 正在尝试安装Alamofire 1.3.1(最新的Swift 1.2版本) 我尝试了下面的命令,然后出现错误 $ echo 'github "Alamofire/Alamofire" "1.3.1"' > Cartfile ; carthage update --platform ios *** Cloning Alamo

我一直面临一个问题,就是无法利用迦太基建造阿拉莫菲尔

我的环境如下:

  • OSX 10.10.5
  • Xcode 6.4
    • 此外,7.0和7.1也已安装
  • 迦太基0.9.3
  • 正在尝试安装Alamofire 1.3.1(最新的Swift 1.2版本)
我尝试了下面的命令,然后出现错误

$ echo 'github "Alamofire/Alamofire" "1.3.1"' > Cartfile ; carthage update --platform ios
*** Cloning Alamofire
*** Checking out Alamofire at "1.3.1"
*** xcodebuild output can be found in /var/folders/ch/jcgf09f15hl391jn849d5yr80000gn/T/carthage-xcodebuild.ZM1b0b.log
*** Building scheme "Alamofire iOS" in Alamofire.xcworkspace
** BUILD FAILED **


The following build commands failed:
    Ld /Users/username/Library/Developer/Xcode/DerivedData/Alamofire-fmnpbxqgrcncdhbtipavvywlxagy/Build/Intermediates/Alamofire.build/Release-iphoneos/Alamofire\ iOS.build/Objects-normal/arm64/Alamofire normal arm64
(1 failure)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
A shell task failed with exit code 65:
** BUILD FAILED **


The following build commands failed:
    Ld /Users/username/Library/Developer/Xcode/DerivedData/Alamofire-fmnpbxqgrcncdhbtipavvywlxagy/Build/Intermediates/Alamofire.build/Release-iphoneos/Alamofire\ iOS.build/Objects-normal/arm64/Alamofire normal arm64
(1 failure)
然后我尝试使用Xcode构建

打开Alamofire.xcworkspace并点击Cmd+B,然后失败,错误如下:

我从未见过“找不到迅捷核心”的警告
;请将SWIFT_库_路径(currentry“”)设置为包含swiftCore的文件夹

我认为这个警告与这个问题有关,但我不知道如何解决这个问题

有什么解决办法吗