Incorrect path for Pods.debug.xcconfig in Xcode?

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

    I had the same problem in Xcode 6.1.1. I did the following to solve it:

    1. Set the configuration file setting* "None" for the Pods related target.
    2. Close the .xcworkspace.
    3. run pod install again
    4. now open and build your .xcworkspace

    *The configuration file setting is found by selecting the project (not the target) and then the Info tab.

提交回复
热议问题