Unable to find a specification in CocoaPods

后端 未结 17 2523
醉酒成梦
醉酒成梦 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:51

    I solved my problem with below command:

    cocoa pod update

    To update use this command

    sudo gem install cocoapods

    if above command gives error than use this one

    sudo gem install -n /usr/local/bin cocoapods

    and than do this

    pod repo update

提交回复
热议问题