【问题标题】:How to fix framework with conflicting names in Cocoapods?如何修复 Cocoapods 中名称冲突的框架?
【发布时间】:2016-07-19 08:37:48
【问题描述】:

我创建了两个私有 pod,它们都依赖于相同的供应商框架。当我将 pod 添加到我的主项目中时,出现以下错误:

target has frameworks with conflicting names: FirebaseAnalytics, FirebaseInstanceID, GoogleInterchangeUtilities, GoogleSymbolUtilities, and GoogleUtilities.

我尝试使用 cocoapods 0.39 和 1.0.1 版本。

【问题讨论】:

    标签: ios frameworks cocoapods


    【解决方案1】:

    这是 Cocoapod 1.0.1 中的一个错误。为了在他们修复测试版之前解决这个问题,我使用了:

    pod _1.0.0_ install
    

    【讨论】:

    • 你知道这是否在 1.1.1 中修复了吗?
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-11-25
    • 1970-01-01
    • 2012-08-27
    相关资源
    最近更新 更多