Incorrect path for Pods.debug.xcconfig in Xcode?

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

    If your path to pods in error is wrong try this:

    • use pod deintegrate
    • delete all pod remains files - Podfile.lock, Pods, .xcworkspace
    • open .xcodeproj
    • remove Pods project on left side
    • try pod install

提交回复
热议问题