Incorrect path for Pods.debug.xcconfig in Xcode?

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

    1- Remove your Pods folder Podfile.lock and xcworkspace files root in your project.

    2- Open .xcodeproj

    3- Go to Build Settings and under Build Options search Always Embed Swift Standard Libraries

    4- Update its value with $(inherited)

    5- Close project and pod install again

提交回复
热议问题