cocoapods 的重复定义,即使它们不是

Duplicate definition with cocoapods, even though they aren't

在为新 pod 执行 pod install 后,我得到了 AFURLRequestSerialization 协议的重复定义。

是的,我明白这个错误。不,它没有在某处定义

Podfile 中删除 use_frameworks! 也会删除 LD_RUNPATH_SEARCH_PATHS 链接器标志,它在 Swift 框架中链接到 Objective-C 代码,即使它应该't。已解决。