I want to remove firebase from my Xcode project installed with cocoapods how to manage thanks for your answer
Asked
Active
Viewed 6,514 times
1 Answers
5
Go to your Podfile and remove the line pod 'Firebase/Core'
, and any other firebase lines. Then in your terminal run pod install

MarksCode
- 8,074
- 15
- 64
- 133
-
Thanks a lot it Works ! – Michel Garlandat Mar 07 '17 at 09:03
-
This has not been working for me at all. I have been trying everything and have had 0 success with updating. I have thi sone line of code which keeps giving me an error because the project thinks i am using one coocoapod over another (I accidentali inputed teh wronf one) – Feb 26 '19 at 04:30