Incorrect path for Pods.debug.xcconfig in Xcode?

后端 未结 17 1341
一整个雨季
一整个雨季 2021-01-30 03:15

so I used Venmo/Synx on my Xcode project with CocoaPods, and it completely screwed everything up.

I was able to fix the Manifest.lock and Podfile.lock errors, but now I

17条回答
  •  长发绾君心
    2021-01-30 03:32

    I had the same error while trying to build my project for the first time. This is how I resolved it:

    • 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

    Reopen and build the project, I think it's good to go!

提交回复
热议问题