cocoaPods pod install Permission denied

后端 未结 10 1303
时光说笑
时光说笑 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:44

    Answering the original question:

    Is sudo installation of cocoaPods the wrong way or normal way? 
    

    When I do a pod install I get:

    Analyzing dependencies
    CocoaPods 0.36.0.beta.1 is available.
    To update use: `sudo gem install cocoapods --pre` 
    

    so I assume sudo is OK.

提交回复
热议问题