cocoaPods pod install Permission denied

后端 未结 10 1301
时光说笑
时光说笑 2020-12-02 07:49

This is the short version:

When I run

pod install 

in an Xcode project I get

[!] Pod::Executable pull erro

10条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-02 08:24

    It's just need to add permission flag --user-install
    For updating use:
    sudo gem update --user-install
    And for installing use:
    sudo gem install --user-install cocoapods

提交回复
热议问题