首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Carthage安装失败,代码为65

Carthage安装失败,代码为65
EN

Stack Overflow用户
提问于 2015-07-02 05:31:41
回答 1查看 2.5K关注 0票数 9

我在一台新机器上安装迦太基。

$ brew install Carthage

[in project root] $ emacs Cartfile

代码语言:javascript
复制
# Alamofire
github "Alamofire/Alamofire"

# SwifyJSON
github "SwiftyJSON/SwiftyJSON"

$ carthage update

代码语言:javascript
复制
*** Fetching SwiftyJSON
*** Fetching Alamofire
*** Checking out Alamofire at "1.2.3"
*** Checking out SwiftyJSON at "2.2.0"
*** xcodebuild output can be found in /var/folders/8n/044rh7_j6nlcdtsb3cgp_snc0000gn/T/carthage-xcodebuild.log
*** Building scheme "Alamofire iOS" in Alamofire.xcworkspace
A shell task failed with exit code 65:
** BUILD FAILED **


The following build commands failed:
    CompileSwift normal x86_64 [project root]/Carthage/Checkouts/Alamofire/Source/Request.swift
    CompileSwift normal x86_64 [project root]/Carthage/Checkouts/Alamofire/Source/ResponseSerialization.swift
    CompileSwift normal x86_64 [project root]/Carthage/Checkouts/Alamofire/Source/Manager.swift
    CompileSwift normal x86_64 [project root]/Carthage/Checkouts/Alamofire/Source/Alamofire.swift
    CompileSwift normal x86_64 [project root]/Carthage/Checkouts/Alamofire/Source/Validation.swift
    CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler

(6次失败)

EN

回答 1

Stack Overflow用户

发布于 2017-01-23 20:16:23

代码语言:javascript
复制
 Building scheme "Alamofire iOS" in Alamofire.xcworkspace

对于get before版本,请将以下内容写入迦太基

代码语言:javascript
复制
github "Alamofire/Alamofire" >= 4.2.0 

请参阅github中的realese项目,为您的快速版本选择版本

运行迦太基示例时,您还可以选择平台

代码语言:javascript
复制
carthage update --platform iOS
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/31172057

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档