Pod file not being initialized?

后端 未结 9 846
说谎
说谎 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:15

    I fixed the problem with next steps:

    sudo gem install cocoapods --source http://rubygems.org
    

    after command finish entering new command

    pod install
    

    and work for me on xCode 11.2

提交回复
热议问题