swiftpm

Duplicate symbols with CocoaPods and SwiftPM

我的梦境 提交于 2021-01-28 21:15:03
问题 Ever since Xcode11 we've been migrating from CocoaPods to SwiftPM. Unfortunately some of the dependencies don't have SwiftPM support yet. Like Firebase. This isn't a real problem, since both of them can coexist next to eachother. But since (I think Firebase iOS SDK v6.13.0) they added a dependency to PromisesObjC . Which in itself isn't a problem, but most of our projects (and (sub)dependencies) use promises by google through SwiftPm. Now the problem is that both the Promises SwiftPM