Incorrect path for Pods.debug.xcconfig in Xcode?

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

    There has been an update to cocoa pods that is causing this problem. Please refer to the cocoa pods release notes :

    Change shell script relative paths to use ${PODS_ROOT} instead of ${SRCROOT}/Pods. Whirlwind #7878

    This was done in version 1.6.0.beta.1 (2018-08-16) Release notes are here: cocoapods release notes

提交回复
热议问题