美文网首页错误收集Swift
target has transitive dependenci

target has transitive dependenci

作者: Q14 | 来源:发表于2019-12-17 15:03 被阅读0次

由于公司分享库用到了 libWeiboSDK.alibWeChatSDK
TencentOpenAPI.framework 以及依赖了 DouyinOpenSDK
pod install时出现了如下错误

[!] The 'Pods-***_Example' target has transitive dependencies that include statically linked binaries: 
(/***/***/Example/Pods/DouyinOpenSDK/DouyinOpenSDK/libDouyinOpenSDK.a)

看了下原因
podfile中使用 use_frameworks! 造成的 但是主项目中使用了 swift 必须要设置 use_frameworks!
因此在GMShare.podspec

s.static_framework = true

参考链接
Cocoapods target has transitive dependencies that include static frameworks
组件化-动态库实战

相关文章

网友评论

    本文标题:target has transitive dependenci

    本文链接:https://www.haomeiwen.com/subject/avbsnctx.html