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

2019-12-25  本文已影响0人  i爱吃土豆的猫
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”

上一篇下一篇

猜你喜欢

热点阅读