你不能以root(Ionic)iOS运行CocoaPods

时间:2017-08-03 20:28:08

标签: ios ionic-framework cocoapods

我收到此错误,当我安装'phonegap-plugin-push'时出现以下错误,我认为我在安装pod时遇到问题。

提前致谢

无法安装'phonegap-plugin-push':未定义

错误:/ Library/Ruby/Gems/2.0.0/gems/claide-1.0.1/lib/claide/command.rb:439:in`help!':[!]你不能以root身份运行CocoaPods。 (CLAide ::帮助)

用法:

$ pod COMMAND

  CocoaPods, the Cocoa library package manager.

命令:

+ cache      Manipulate the CocoaPods cache
+ 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
+ repo       Manage spec-repositories
+ setup      Setup the CocoaPods environment
+ spec       Manage pod specs
+ 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
from /Library/Ruby/Gems/2.0.0/gems/cocoapods-1.1.1/lib/cocoapods/command.rb:47:in `run'
from /Library/Ruby/Gems/2.0.0/gems/cocoapods-1.1.1/bin/pod:55:in `<top (required)>'
from /usr/local/bin/pod:23:in `load'
from /usr/local/bin/pod:23:in `<main>'

1 个答案:

答案 0 :(得分:0)

您使用sudo安装了它吗? 这就是为什么它给您错误。您可以直接安装而不使用sudo。应该可以。