【已解决】Carthage提示:Please update to the latest Carthage version
crifan 8年前 (2017-09-26) 5786浏览 0评论
在用: carthage update –platform iOS –no-use-binaries 时,提示: ➜ SRT git:(master) carthage update –platform iOS ...
iOS third party library manage tool
crifan 8年前 (2017-09-26) 5786浏览 0评论
在用: carthage update –platform iOS –no-use-binaries 时,提示: ➜ SRT git:(master) carthage update –platform iOS ...
crifan 8年前 (2017-09-19) 6716浏览 0评论
折腾: 【已解决】Xcode9中报错:Module compiled with Swift 3.1 cannot be imported in Swift 3.2 期间, ➜ SRT git:(master) ✗ carthage update &...
crifan 9年前 (2016-10-15) 2045浏览 0评论
代码: import XCGLogger 报错: /Users/crifan/dev/dev_root/crifan/FeeeShadowsocks/FreeShadowsocks/FreeShadowsocks/GlobalFun...
crifan 9年前 (2016-10-14) 2113浏览 0评论
Xcode 升级到8: Version 8.0 (8A218a) 之后,新建了一个iOS的swift项目 Cartfile配置了: github “robb/Cartography” github “DaveWoo...
crifan 9年前 (2016-08-23) 5218浏览 0评论
别人那里: 对于正常的Carthage的配置,比如: github “SwiftyJSON/SwiftyJSON” 去更新: carthage update –platform iOS 结果...
crifan 9年前 (2016-07-28) 1565浏览 0评论
之前已经弄了: [记录]折腾iOS的第三方包管理工具:Carthage 现在在新的项目中,去加上Carthage。 1.创建对应的配置文件Cartfile licrifandeMacBook-Pro:JianDao2iOS crifan$ cd...
crifan 9年前 (2016-05-19) 4205浏览 0评论
折腾: [基本解决]使用iOS模拟器iPhone 6结果编译出错:file was built for i386 which is not the architecture being linked x86_64 期间,用 carthage u...
crifan 9年前 (2016-05-18) 1667浏览 0评论
DaveWoodCom/XCGLogger: A debug log framework for use in Swift projects. 去给Cartfile中添加: github "DaveWoodCom/XCGLogger&quo...
crifan 9年前 (2016-05-16) 1991浏览 0评论
折腾完了: [记录]将一个库Charts从Cocoapods中移除掉 再去用Carthage去安装Charts: 给Cartfile中加上danielgindi/Charts: github "robb/Cartography" ...
crifan 9年前 (2016-05-16) 2676浏览 0评论
折腾: [记录]用Carthage添加第三方库 期间,已经知道了carthage的基本命令了: <code>licrifandeMacBook-Pro:QorosSales crifan$ carthage help Available ...