EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 446 forks source link

Enabling Invites and Dynamic links causes Segmentation fault #502

Open darxmac opened 6 years ago

darxmac commented 6 years ago

After enabling Invites and Dynamic Links I get this in the console:

Service exited due to Segmentation fault: 11

Running in Xcode shows it crashes here:

both in iOS 10.3 and iOS 11

maybe related to #385 ?

EddyVerbruggen commented 6 years ago

Unfortunately, iOS errors don't come more generic than this, so we just have to guess what the problem might be. Can you perhaps run the app on a device and from Xcode open window (in the menu bar) > devices, and select your device to open the logs? Then reproduce the crash and look in the log for a more generic error.

darxmac commented 6 years ago

building for device yields this:

build_target_slyde

darxmac commented 6 years ago

that helped, since Dynamic Links in the plugin loads invites, and invites requires Google Login, and google login requires REVERSED_CLIENT_ID to be set in Info.plist, I think I got it working

darxmac commented 6 years ago

so, now it compiles, but my callback is not called when openning the app from a dynamic link. Any ideas ?

dbeulen commented 6 years ago

I think dynamic links is android only at this moment. Or is it already implemented for IOS @EddyVerbruggen ?