所以我在我的 Xcode 项目中使用了Venmo/Synx和 CocoaPods,它把一切都搞砸了。
我能够修复 Manifest.lock 和 Podfile.lock 错误,但现在我收到此错误:
文件“Pods.debug.xcconfig”无法打开,因为没有这样的文件。(/Users/user/GitHub/xxxxxx/Pods/Pods/目标支持文件/Pods/Pods.debug.xcconfig)
如您所见,路径不正确,因为没有Pods/Pods
目录(有一个额外的 pod)。
我怎样才能解决这个问题?我只添加PODS_ROOT
了用户定义的变量,因为它修复了我的 Podfile 和 Manifest.lock 文件。
任何帮助将非常感激!
编辑:
添加 PODS_ROOT 后,我在运行时得到了这个pod install
。
[!] The `Project [Debug]` target overrides the `PODS_ROOT` build setting defined in `Pods/Target Support Files/Pods/Pods.debug.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.