Remove Firebase dependencies on iOS in React Native 0.61
问题 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