美文网首页
当项目编译运行不了的时候

当项目编译运行不了的时候

作者: i爱吃土豆的猫 | 来源:发表于2019-12-25 19:09 被阅读0次
    image.png

    https://stackoverflow.com/questions/55558984/xcode-pods-projectname-debug-xcconfig-unable-to-open-file-wrong-directory

    https://github.com/CocoaPods/CocoaPods/issues/8091

    I have also upgraded to 1.6.0 beta and then downgraded, i fixed with:

    “pod deintegrate”
    “sudo gem install cocoapods-clean”
    “pod clean”
    Open the project and delete the “Pods” folder that should be red
    “pod setup”
    “pod install”

    相关文章

      网友评论

          本文标题:当项目编译运行不了的时候

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