美文网首页
CocoPods使用

CocoPods使用

作者: Bo_tree | 来源:发表于2016-06-27 17:03 被阅读0次

    新建podfile

    cd 工程路径可以拖拽文件直接到终端

    pod touchfile

    pod install

    关闭工程,打开workspace

    点击podfile 输入文本

    点击终端,pod install

    安装podfile:仅安装

    Xcode->Product->CocoPods->Create/Edit Podfile->粘贴文本->Product->CocoPods->Install Pods

    更新podfile:更新podfile中所有库到最新版本

    Xcode->Product->CocoPods->Create/Edit Podfile->粘贴文本->Product->CocoPods->Update Pods

    相关文章

      网友评论

          本文标题:CocoPods使用

          本文链接:https://www.haomeiwen.com/subject/dbwzdttx.html