问题
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