美文网首页
Cocopods 提示target has transitive

Cocopods 提示target has transitive

作者: 咩咩咩哦 | 来源:发表于2019-05-11 00:34 被阅读0次

    制作自己的pod库时,依赖其他第三方库,在pod install时提示:

    [!] The 'Pods-UbunGit_OC' target has transitive dependencies that include static frameworks: (SuperPlayer)
    

    解决方案:
    在自己的pod库.podspec文件中加入:

     s.static_framework = true
    

    原因已经很明显了,是因为依赖的第三方库中包含了静态文件

    相关文章

      网友评论

          本文标题:Cocopods 提示target has transitive

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