終端安裝:
$ brew update
$ brew install carthage
安裝包安裝:
https://github.com/Carthage/Carthage/releases
使用:
- 終端進(jìn)入項(xiàng)目路徑:
$ cd [項(xiàng)目路徑]
- 創(chuàng)建并編輯 Cartfile 文件:
$ vim Cartfile
- 在 Cartfile 文件中添加需要的框架:
github "AFNetworking/AFNetworking" ~> 3.0
github "rs/SDWebImage"
github "airbnb/lottie-ios"
...
balabala
...
- 更新安裝:
// 指定平臺(tái)
$ carthage update --platform iOS
// 指定庫(kù)
$ carthage update AFNetworking --platform iOS
配置:
打開(kāi)項(xiàng)目弛姜,選擇對(duì)應(yīng)的 Target
, 選擇上方 General
择同,找到 Embedded Binaries(動(dòng)態(tài)庫(kù))
點(diǎn)擊 +
吏祸,選擇 Add Other
在 .../Carthage/Build/iOS 里會(huì)找到對(duì)應(yīng)的 xxx.framework 文件, 將需要的 framework 文件添加到 Embedded Binaries 內(nèi)