Incorrect path for Pods.debug.xcconfig in Xcode?

后端 未结 17 1632
一整个雨季
一整个雨季 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:44

    I got the same situation in Xcode 10.1. This is what works for me.

    1. Open .xcworkspace
    2. Go into your folder(by default it's blue), delete the Pods folder (by default it's yellow)
    3. In Terminal.app, run pod install again
    4. Then I'm able to CMD + R to run the simulator

提交回复
热议问题