question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

FIRApp undefined after upgrading to 2.1.0

See original GitHub issue

When i upgrade this package to the latest 2.1.0 (from 2.0.3) i get an error that FIRApp is undefined in the Appdelegate.m file:

[FIRApp configure];

I’m using xcode 8. Have not tried on xcode 7. When i revert back to 2.0.3 the issue is gone.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:42 (26 by maintainers)

github_iconTop GitHub Comments

4reactions
Kalyani518commented, Apr 24, 2017

I was having a similar issue The following commands produced analyzer issues: Analyze RNFIRMessaging.m (1 command with analyzer issues)

1reaction
evollucommented, Sep 22, 2016

@antoinerousseau

[[FIRMessaging messaging] setRemoteMessageDelegate:self];

is introduced in latest firebase SDK. try update your pods also try clear your build?

@import UserNotifications; is introduced with iOS10 SDK. Why do you get this error?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Firebase Apple SDK Release Notes - Google
When upgrading a project that includes one or more of these libraries, an error like Missing package product 'FirebaseSwift-Beta' will appear. In your...
Read more >
Use of unresolved identifier 'FIRApp' - Stack Overflow
This happens when you can't update from old versions of Firebase say 2.x to 3.x. This has been already answered here- Firebase Upgrading...
Read more >
firebase query firestore collection not working react native
I finally got it after a bit debugging. Looks like what I needed to do was use the _document.data property on each snapshot...
Read more >
angular/angular - Gitter
and the undefined is the result of calling getCustomerData inside the component. Nick Jonas ... After the upgrade to 2.1.0+ it stops working....
Read more >
Xamarin - Bountysource
When adding these packages, and upgrading to the latest version (which are used in another app we have): Firebase.iOS Core - 6.6.6. Firebase.iOS....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found