美文网首页iOS开发者进阶
target has transitive dependenci

target has transitive dependenci

作者: __Mr_Xie__ | 来源:发表于2023-09-07 09:54 被阅读0次

描述

组件开发,在pod install时出现了如下错误
[!] The 'Pods-***_Example' target has transitive dependencies that include statically linked binaries: (/***/***/Example/Pods/DouyinOpenSDK/DouyinOpenSDK/***.a)

原因

Podfile中使用use_frameworks!造成的,因此在***.podspec中设置s.static_framework = true,之后执行pod install即可。

相关文章

网友评论

    本文标题:target has transitive dependenci

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