Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16750

getting "RNFirebase core module was not found natively on ios" when I already do have the proper modules saved in my podfile?

$
0
0

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

Viewing all articles
Browse latest Browse all 16750

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>