I've tried using pod install, closing my terminal and Xcode. I wasn't able to get far and I've been stuck here for a couple of weeks.
Current profile with Firebase podfile attached:
# Uncomment the next line to define a global platform for your projectplatform :ios, '13.0'target 'Neat' do pod 'RNFirebase', :path => '../node_modules/react-native-firebase/ios' pod 'Firebase/Firestore' pod 'Firebase/Core' pod 'Firebase/Auth' pod 'Firebase/Messaging' pod 'FirebaseAnalytics' pod 'Firebase/InAppMessagingDisplay' # Comment the next line if you don't want to use dynamic frameworks use_frameworks! target 'NeatTests' do inherit! :search_paths # Pods for testing end target 'NeatUITests' do # Pods for testing end