項(xiàng)目集成Pod

  • 首先創(chuàng)建項(xiàng)目
  • 終端中cd到當(dāng)前項(xiàng)目
  • 執(zhí)行pod init 此時(shí)項(xiàng)目中會(huì)多出一個(gè)Podfile的文件
    右鍵選擇打開(kāi)方式 選擇xcode 或者直接拖拽Podfile文件到xcode
    不要選擇文本編輯器打開(kāi),不然可能由于編碼問(wèn)題 后邊pod命令中會(huì)出現(xiàn)警告
  • 打開(kāi)后發(fā)現(xiàn)Podfile中已經(jīng)生成了相應(yīng)的代碼
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'

target 'PodTest' do
  # Comment this line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for PodTest

end

  • 若是自己選擇touch 命令自己建的話 還有自己輸入代碼

  • # platform :ios, '9.0' 中的#去掉 (版本改到適配版本就好)

  • use_frameworks!這句代碼在OC項(xiàng)目中會(huì)是注釋狀態(tài),若是混編會(huì)報(bào)錯(cuò) 相應(yīng)框架找不到 最后直接去掉#

  • 以集成ReactiveCocoa框架為例

    • 運(yùn)行pod search ReactiveCocoa
    • 找到相應(yīng)框架
    • 復(fù)制pod 'ReactiveCocoa', '~> 4.1.0' 粘貼在Podfile文件中 保存
# Uncomment this line to define a global platform for your project
platform :ios, '9.0'

target 'PodTest' do
  # Comment this line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for PodTest
  pod 'ReactiveCocoa', '~> 4.1.0'

end
  • 終端中運(yùn)行pod install 結(jié)果如下
hideOnBush:PodTest Theshy$ pod install
Analyzing dependencies
Downloading dependencies
Installing ReactiveCocoa (4.1.0)
Installing Result (2.0.0)
Generating Pods project
Integrating client project

[!] Please close any current Xcode sessions and use `PodTest.xcworkspace` for this project from now on.
Sending stats
Pod installation complete! There is 1 dependency from the Podfile and 2 total
pods installed.
hideOnBush:PodTest Theshy$ 

OK 安裝成功

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

推薦閱讀更多精彩內(nèi)容

  • 發(fā)現(xiàn) 關(guān)注 消息 iOS 第三方庫(kù)、插件、知名博客總結(jié) 作者大灰狼的小綿羊哥哥關(guān)注 2017.06.26 09:4...
    肇東周閱讀 12,251評(píng)論 4 61
  • 1、Pycharm中創(chuàng)建的flask項(xiàng)目,不能關(guān)聯(lián)Jinja2模版的問(wèn)題解決 通過(guò)pycharm創(chuàng)建jinja2模...
    楓灬葉閱讀 1,043評(píng)論 0 1
  • 第一整整一年不離不棄的最佳飯友 第二沒(méi)有文藝圣地我們簡(jiǎn)單的廈門 第三一張動(dòng)車票我們走遍天南海北 第四腱子肉和海蠣煎...
    穌城閱讀 201評(píng)論 0 1
  • 尖尖的手指刺破遙遠(yuǎn)晴空的那一層薄膜,那一瞬,云氣縈繞十指,包裹如紙的柔軟細(xì)膩的手掌,那一霎那的感觸,是被擁抱、被呵...
    迷之仰望閱讀 4,634評(píng)論 4 5