Skip to content

Doesn't support latest Firebase in iOS #24

@WillBeebe

Description

@WillBeebe

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions