How to use Firebase SDK as a Pod dependency?

我的未来我决定 提交于 2019-12-01 08:58:02

A little late but, in your .podspec add s.static_framework = true. That'll let you use Firebase as a pod dependency!

Following some advice on the linked GitHub issue, I created a fork of firebase-ios-sdk in which I only removed the modulemap file and I was finally able to create a Pod using Firebase as a dependency! Youhou!!!

I need to find out if this has some nasty side-effects now.

Update: the corresponding pull request has been merged.

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