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
A few things worth trying:
Pods from synx.PODS_ROOT build setting.Podfile includes a link_with setting that specifies all your app targets.Podfile to explicitly import all your app pods to both your application and test targets.xcconfig with CocoaPods, but you might first try removing your xcconfig and allowing CocoaPods to generate its own first.