码迷,mamicode.com
首页 > 其他好文 > 详细

cocoapods错误You cannot run CocoaPods as root. (CLAide::Help)解决办法

时间:2015-12-30 13:18:55      阅读:289      评论:0      收藏:0      [点我收藏+]

标签:

安装好了Cocoapods却出现

/Library/Ruby/Gems/2.0.0/gems/claide-0.9.1/lib/claide/command.rb:417:in `help!: [!] You cannot run CocoaPods as root. (CLAide::Help)

Usage:

    $ pod COMMAND

      CocoaPods, the Cocoa library package manager.

Commands:

    + cache      Manipulate the CocoaPods cache
    + init       Generate a Podfile for the current directory.
    + install    Install project dependencies to Podfile.lock versions
    + ipc        Inter-process communication
    + lib        Develop pods
    + list       List pods
    + outdated   Show outdated project dependencies
    + repo       Manage spec-repositories
    + setup      Setup the CocoaPods environment
    + spec       Manage pod specs
    + update     Update outdated project dependencies and create new
                 Podfile.lock

Options:

    --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
    from /Library/Ruby/Gems/2.0.0/gems/cocoapods-0.39.0/lib/cocoapods/command.rb:44:in `run    from /Library/Ruby/Gems/2.0.0/gems/cocoapods-0.39.0/bin/pod:44:in `<top (required)>    from /usr/local/bin/pod:23:in `load    from /usr/local/bin/pod:23:in `<main>

 

其实这个错误原因已经显示的很清楚了,不能以roo身份运行, 那么退出你的root身份即可

$ exit

 

或者先退出终端,再打开一次,即可运行

pod install

 

cocoapods错误You cannot run CocoaPods as root. (CLAide::Help)解决办法

标签:

原文地址:http://www.cnblogs.com/mcluyu/p/5088285.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!