Pod file not being initialized?

后端 未结 9 818
说谎
说谎 2020-12-28 17:52

When i try to initialize pod file to use cocoapods via terminal, it gives me this error. How to fix it.

/Library/Ruby/Gems/2.0.0/gems/cocoapods-         


        
9条回答
  •  既然无缘
    2020-12-28 18:18

    Sometimes its version issue.

    Installing CoacoaPods 1.7.5 did the trick.

    sudo gem uninstall cocoapods
    sudo gem install cocoapods -v 1.7.5
    pod setup
    

提交回复
热议问题