Unable to find a specification in CocoaPods

后端 未结 17 2502
醉酒成梦
醉酒成梦 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条回答
  •  再見小時候
    2020-12-07 15:55

    For me, the below worked well but first try could be direct "pod setup" command If that don't work then go for the below commands would definitely make things happen.

    pod repo remove master
    pod setup
    pod install

提交回复
热议问题