Incorrect path for Pods.debug.xcconfig in Xcode?

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

    I faced this issue when I upgraded/downgraded cocoapods between 1.6.x and 1.5.x. The following step fixed this error

    1, go to project info tab

    2, just under Deployment target, there is configurations field. change your configuration. In my case, there are 2 options

    /Users/user/GitHub/xxxxxx/Pods/Pods/Target Support Files/Pods/Pods.debug.xcconfig
    
    /Users/user/GitHub/xxxxxx/Pods/Target Support Files/Pods/Pods.debug.xcconfig
    

    3, clean and build again.

提交回复
热议问题