美文网首页
Cocoapods操作

Cocoapods操作

作者: Eyes_cc | 来源:发表于2020-01-19 13:58 被阅读0次
更新

gem install cocoapods --pre

其它

如:pod --version

    + cache         Manipulate the CocoaPods cache
    + deintegrate   Deintegrate CocoaPods from your project
    + env           Display pod environment
    + init          Generate a Podfile for the current directory
    + install       Install project dependencies according to versions from a
                    Podfile.lock
    + ipc           Inter-process communication
    + lib           Develop pods
    + list          List pods
    + outdated      Show outdated project dependencies
    + plugins       Show available CocoaPods plugins
    + repo          Manage spec-repositories
    + search        Search for pods
    + setup         Setup the CocoaPods environment
    + spec          Manage pod specs
    + trunk         Interact with the CocoaPods API (e.g. publishing new specs)
    + try           Try a Pod!
    + update        Update outdated project dependencies and create new Podfile.lock

    --silent        Show nothing
    --version       Show the version of the tool
    --verbose       Show more debugging information
    --no-ansi       Show output without ANSI codes
    --help          Show help banner of specified command

相关文章

  • 组件化(第一篇)

    组件化 git 常用操作指令 cocoapods的基本使用 cocoapods本地私有库 一、git 常用操作指令...

  • CocoaPods操作手册

    CocoaPods操作手册 本文档介绍了啥? 为什么要使用CocoaPods? 如何安装CocoaPods? Po...

  • CocoaPods操作

    更新本地仓库:第一种: 第二种: 使用: 使用CocoaPods找不到头文件解决方法:http://www.360...

  • Cocoapods操作

    更新 gem install cocoapods --pre 其它 如:pod --version

  • Cocoapods 安装

    1. 安装 Cocoapods CocoaPods 是基于 Ruby 构建的,Mac OS X 操作系统默认已安装...

  • iOS组件化之 一. 打造远程私有库(准备工作)

    iOS组件化之 一. 打造远程私有库(准备工作) 前提 1. cocoapods相关操作 2.cocoapods...

  • 解决CDN: trunk URL couldn't be dow

    Mac电脑更新系统版本为10.15后,也更新cocoapods,然后新建项目的时候进行cocoapods操作时候突...

  • cocoapods安装操作

    转载1.正常安装文章出处:http://www.jianshu.com/p/9e4e36ba85742.当出现po...

  • 操作CocoaPods库

    前两篇博文介绍了如何搭建第三方库和远端私有库,今天在此记录下对这些库的一些操作注意事项。 一、升级CocoaPod...

  • CocoaPods 常用操作

    1、重装 cocoapodssudo gem install -n /usr/local/bin cocoapod...

网友评论

      本文标题:Cocoapods操作

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