How to fix framework with conflicting names in Cocoapods?

喜你入骨 提交于 2019-12-01 06:44:24

问题


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:


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

pod _1.0.0_ install


来源:https://stackoverflow.com/questions/38453410/how-to-fix-framework-with-conflicting-names-in-cocoapods

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!