f-miyu / Plugin.FirebaseAuth

MIT License
61 stars 26 forks source link

Start of central directory not found #31

Closed wrsullivan63 closed 3 years ago

wrsullivan63 commented 3 years ago

And, "Could not decompress the native framework 'FBLPromises.framework'...

After installing 'Plugin.FirebaseAuth' via Nuget I get this error when trying to debug the iOS app:

Plugin FirebaseAuth Error

I've researched a few solutions and this one https://forums.xamarin.com/discussion/186125/mtouch-error-mt1303-could-not-decompress-the-native-framework at least gets rid of the errors, but when I run the app it crashes as soon as the launch screen appears.

Any thoughts on why it's crashing or even why it's getting the error in the first place?

angelru commented 3 years ago

If you are using Cloud Messaging, update to the latest version: https://www.nuget.org/packages/Xamarin.Firebase.iOS.CloudMessaging/4.7.1

wrsullivan63 commented 3 years ago

Thank you! That did the trick.