[firebase_core] ^0.5.0, iOS build errors in minimal firebase_core example from pub.dev #3327
Labels
platform: ios
Issues / PRs which are specifically for iOS.
resolution: duplicate
This issue or pull request already exists
Describe the bug
iOS failure to build main.dart from firebase_core example at pub.dev.
Xcode shows two errors:
Include of non-modular header inside framework module 'firebase_core.FLTFirebasePlugin'
Could not build module 'firebase_core'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Flutter UI should load.
Additional context
My pubspec.yaml dependencies:
I created a Firebase project specifically to run this example and added its GoogleService-Info.plist file into Runner in Xcode.
Added this to the Podfile:
pod 'Firebase/Analytics
Here is my AppDelegate.swift file:
Flutter doctor
(Don't know why Android Studio is listed twice... that's odd.)
IntelliJ 2020.2 error output
The text was updated successfully, but these errors were encountered: