简体   繁体   中英

Getting weird error on iOS react native project

I'm using react native, I am trying to start my iOS app. It has React native firebase SDK. Please help. I have already initialized firebase in the app delegate

在此处输入图片说明

please verify the installation steps

# Install & setup the app module
yarn add @react-native-firebase/app

# Install the messaging module
yarn add @react-native-firebase/messaging
#Update pods
pod install --repo-update   
#Insert this to Podfile
$FirebaseSDKVersion = '6.0.0'
#Install changes
pod install --repo-update   
# If you're developing your app using iOS, run this command
cd ios/ && pod install

https://rnfirebase.io/messaging/usage

seems your firebase module not installed correctly. following this link for install config your firebase : Link

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM