Unable to find a specification in CocoaPods

后端 未结 17 2498
醉酒成梦
醉酒成梦 2020-12-07 15:31

I cannot understand why the Cocoapod is unable to find the pod specification I created when I run pod install. Could someone help me solve this trouble?

17条回答
  •  萌比男神i
    2020-12-07 15:56

    had the same problem.

    what really worked for me was gem uninstall cocoapods (as mentioned above by https://stackoverflow.com/users/4264880/seema-sharma) where I found that I had 11 (!) different cocoapods versions installed.

    I chose to uninstall all and then gem install cocoapods:1.4.0

    All good now.

提交回复
热议问题