How to fix framework with conflicting names in Coc

2019-02-19 05:14发布

I have created two private pods which both relies on a same vendor framework. When I add the pods into my main project I get below error:

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

I tried with both cocoapods 0.39 and version 1.0.1.

1条回答
冷血范
2楼-- · 2019-02-19 06:02

This is a bug in Cocoapod 1.0.1. To solve this untill they fix beta, I used:

pod _1.0.0_ install
查看更多
登录 后发表回答