firebase_core: Failed to Build iOS App - Firebase Module Redefinition #16927
Labels
Needs Attention
This issue needs maintainer attention.
platform: ios
Issues / PRs which are specifically for iOS.
plugin: core
type: bug
Something isn't working
Is there an existing issue for this?
Which plugins are affected?
Core
Which platforms are affected?
iOS
Description
Description
When attempting to build the iOS app, the build process fails with errors related to a redefinition of the Firebase module and issues emitting a precompiled header for the bridging header file. This prevents the app from being built and launched on the simulator.
Environment
Expected Behavior
The app should build successfully without errors and launch on the simulator.
Observed Behavior
The following errors occur during the build process:
Additional Context
Workarounds Tried
Cmd Shift K
in Xcode).DerivedData
folder and rebuilt.pod deintegrate && pod install
.Runner-Bridging-Header.h
file for correctness.Request for Help
Podfile
, bridging header, or other configurations.Attachments
Podfile
Runner-Bridging-Header.h
Feel free to customize further with your specific environment details or any additional troubleshooting steps you’ve tried!
Reproducing the issue
Create a new Flutter project (v. 3.27.1) and integrate firebase_core 3.9.0
Firebase Core version
3.9.0
Flutter Version
3.27.1
Relevant Log Output
Flutter dependencies
Expand
Flutter dependencies
snippetReplace this line with the contents of your `flutter pub deps -- --style=compact`.
Additional context and comments
No response
The text was updated successfully, but these errors were encountered: