美文网首页
报错[!] The 'Pods-xxxx_Example' ta

报错[!] The 'Pods-xxxx_Example' ta

作者: 黎希 | 来源:发表于2021-06-29 16:19 被阅读0次

    [!] The 'Pods-xxxxx_Example' target has transitive dependencies that include statically linked binaries: (/Users/xxxxx/Desktop/Spec/xxxxx/Example/Pods/xxx/xxxx/Classes/xxxxx.framework)

    当私有pod库依赖另一个私有pod库发生上面framework依赖库报错时

    只需将spec文件中添加

    s.static_framework = true
    

    在执行

    pod install
    

    即可

    相关文章

      网友评论

          本文标题:报错[!] The 'Pods-xxxx_Example' ta

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