美文网首页
pod search 报错

pod search 报错

作者: 方圆几度 | 来源:发表于2020-04-08 16:37 被阅读0次

    ➜ ~ pod search IQKeyboardManagerSwift

    [!] CDN: trunk - Cannot perform full-text search because Algolia returned an error: 0: Cannot reach any host: execution expired, execution expired, execution expired, execution expired

    这种问题是因为更改了source 'https://github.com/CocoaPods/Specs.git'

    执行:

    pod repo remove trunk

    这样再使用 pod search 就可以了

    Podfile 需要更改地方

    platform :ios,'9.0'

    source 'https://github.com/CocoaPods/Specs.git'

    use_frameworks!

    target 'ZYDemoRM' do

      pod 'JPush'

    end

    解决pod

    相关文章

      网友评论

          本文标题:pod search 报错

          本文链接:https://www.haomeiwen.com/subject/dkjtmhtx.html