Remove Firebase dependencies on iOS in React Native 0.61

烂漫一生 提交于 2021-01-07 01:36:33

问题


I have read a lot of articles similar my title. But they are not working for me. I am working on React Native iOS project and need to delete firebase dependencies from iOS project.

So I have removed firebase core import line in ios/Podfile and then pod clean and pod install. But it is not working for me. Firebase is installed so on. Please help me with correct solution.


回答1:


  • Remove the line from the Podfile
  • pod deintegrate
  • pod install



回答2:


Go through with these steps:

1.Remove the line pod/firebase from your pod file

2.run command npm uninstall react-native-firebase in your project root folder

3.Run pod install in ios folder.



来源:https://stackoverflow.com/questions/63985661/remove-firebase-dependencies-on-ios-in-react-native-0-61

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