Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't support latest Firebase in iOS #24

Open
WillBeebe opened this issue Oct 21, 2020 · 0 comments
Open

Doesn't support latest Firebase in iOS #24

WillBeebe opened this issue Oct 21, 2020 · 0 comments

Comments

@WillBeebe
Copy link

This compiles

dependencies:
  flutter:
    sdk: flutter
  firebase_core: ^0.5.0+1
  firebase_auth: ^0.18.0+2

This doesn't

dependencies:
  flutter:
    sdk: flutter
  firebase_core: ^0.5.0+1
  firebase_auth: ^0.18.0+2
  firebase_auth_ui: 1.0.1

The error is:

In file included from
    /Users/will/repos/loveblocks-labs/flutter_android_ios/flutter_android_ios/ios/Pods/FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIR
    CDLibrary/FIRCoreDiagnostics.m:24:
    /Users/will/repos/loveblocks-labs/flutter_android_ios/flutter_android_ios/ios/Pods/FirebaseCoreDiagnostics/GoogleUtilities/Logger/Priva
    te/GULLogger.h:22:9: fatal error: 'GoogleUtilities/GULLoggerLevel.h' file not found
    #import <GoogleUtilities/GULLoggerLevel.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 error generated.

The packages used in this blog post are too old. I'm now following a promising guide that has fewer, generic dependencies.

It looks like that will work but I love this Library so I'm hoping to come back to it someday and rip out the workaround code. Cheers mate!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant