我得到这个错误,当我安装'phonegap-plugin-push‘时,我得到了以下错误,我想我在安装pods时遇到了问题。
提前感谢
无法安装‘phonegap-plugin-push’:未定义
错误: /Library/Ruby/Gems/2.0.0/gems/claide-1.0.1/lib/claide/command.rb:439:in‘`help!':!您不能以根用户身份运行CocoaPods。(CLAide::Help)
用法:
$ 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>'发布于 2020-10-01 22:07:10
你有没有使用sudo来安装它?这就是为什么它会给你错误。您可以使用直接安装,而无需使用sudo。应该能行得通。
https://stackoverflow.com/questions/45493974
复制相似问题