美文网首页
The 'Pods-FBStatisticsLib_Exampl

The 'Pods-FBStatisticsLib_Exampl

作者: 百事小武 | 来源:发表于2021-03-16 10:31 被阅读0次

由于公司分享库用到了 UMCCommon.a与 UMCCommon与
UMCCommon.framework 以及依赖了 UMCCommon
在pod install时出现了如下错误

The 'Pods-FBStatisticsLib_Example' target has transitive dependencies that include statically linked binaries: (/Users/wudeliang/Desktop/分贝通工作文件/分贝通组件开发类库/FBStatisticsLib/Example/Pods/UMCAnalytics/UMAnalytics.framework
看了下原因
在podfile中使用 use_frameworks! 造成的 但是主项目中使用了 swift 必须要设置 use_frameworks!
因此在GMShare.podspec

s.static_framework = true

相关文章

网友评论

      本文标题:The 'Pods-FBStatisticsLib_Exampl

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