Can not perform `pod install` under el capitan (15A279b)

后端 未结 6 595
独厮守ぢ
独厮守ぢ 2020-12-12 12:10

I ran pod install with El Capitan and got this error:

Errno::EPERM - Operation not permitted - /Users/../Pods/Pods.xcodeproj/xcuserdata/root.xcu         


        
6条回答
  •  青春惊慌失措
    2020-12-12 12:21

    I am using rvm and I install using the following command:

    gem install cocoapods -n /usr/local/bin

    then pod install

提交回复
热议问题