Ionic v2:“你不能以root身份运行cocoapods”错误 [英] Ionic v2 : "You cannot run cocoapods as root" error

查看:1226
本文介绍了Ionic v2:“你不能以root身份运行cocoapods”错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在iOS中使用推送通知构建一个Ionic 2应用程序。

I'm trying to build an Ionic 2 app with push notification in iOS.

我使用此命令行添加了Phonegap插件推送通知:

I added Phonegap plugin push notification with this command line :

cordova plugin add phonegap-plugin-push --variable SENDER_ID=12341234 --save 

但是当我尝试在设备中运行我的项目时,我在xcode中出现此错误:

But when I try to run my project in a device I have this error in xcode :

"GoogleCloudMessaging.h" file not found

我找了一个解决方案我安装了Cocoapods 。我删除了平台iOS,我尝试使用此命令行添加它:

I looked for a solution and I had install Cocoapods. I removed platform iOS and I try to add it with this command line :

sudo ionic platform add ios

我遇到此错误:

Installing "phonegap-plugin-push" for ios

Failed to install 'phonegap-plugin-push':undefined

Error: /Library/Ruby/Gems/2.0.0/gems/claide-1.0.2/lib/claide/command.rb:439: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
    + 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

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

我试过直接在platforms / ios文件夹中运行pod install,但问题相同。

I tried to run "pod install" directly in platforms/ios folder, but same issue.

所以我尝试删除命令中的sudo:

So I try to remove sudo in the commande :

ionic platform add ios

但显然我有这个错误:

MacBook-Air-de-user:MyApp compagny$ ionic platform add ios
Error during untar for /Users/user/.cordova/lib/npm_cache/cordova-ios/4.3.1/package.tgz: Error: EACCES: permission denied, open '/Users/user/.cordova/lib/npm_cache/cordova-ios/4.3.1/package/package.json'


Error: Failed to fetch platform ios
Probably this is either a connection problem, or platform spec is incorrect.
Check your connection and platform name/version/URL.
Error: EACCES: permission denied, open '/Users/user/.cordova/lib/npm_cache/cordova-ios/4.3.1/package/package.json'

我真的不知道要解决这个问题需要做些什么。想法?

推荐答案

尝试更新Cordova版本,删除平台并重新添加:

Try update Cordova version, remove platforms and add again:

npm install -g cordova
cordova platform remove android
cordova platform remove ios
cordova platform add android
cordova platform add ios
cordova plugin add phonegap-plugin-push --save

我有同样的问题,它对我有用。

I had the same problem and its worked for me.

这篇关于Ionic v2:“你不能以root身份运行cocoapods”错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆