EvanBacon / expo-native-firebase

🔥 Native Firebase Expo App (iOS, Android) Demo for Firestore, Notifications, Analytics, Storage, Messaging, Database 🚨
211 stars 41 forks source link

libc++abi.dylib: terminating with uncaught exception of type NSException (lldb) #15

Closed pramodxyle closed 5 years ago

pramodxyle commented 5 years ago

I see this on iOS and can't get the app to launch. The app crashes with this at the splash screen. Android ver works well. How should I go about this ?

EvanBacon commented 5 years ago

Could you please provide a repro?

benfontan commented 5 years ago

Same here. @pramodxyle did you find a fix for it?

benfontan commented 5 years ago

Figured it out myself. When calling firebase.initializeApp, I was not setting the plist converted to JSON as explained but the normal parameters from firebase Web SDK.

pramodxyle commented 5 years ago

Figured it out myself. When calling firebase.initializeApp, I was not setting the plist converted to JSON as explained but the normal parameters from firebase Web SDK.

Yep, this is exactly what I did. Was just going to update this thread.

pramodxyle commented 5 years ago

Closing this issue.