-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
This compiles
dependencies:
flutter:
sdk: flutter
firebase_core: ^0.5.0+1
firebase_auth: ^0.18.0+2This doesn't
dependencies:
flutter:
sdk: flutter
firebase_core: ^0.5.0+1
firebase_auth: ^0.18.0+2
firebase_auth_ui: 1.0.1The 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
Labels
No labels