Giter Site home page Giter Site logo

[🐛] FirebaseCoreInternal/FirebaseCoreInternal.modulemap' not found after XCode required to download iOS 17.2 about react-native-firebase HOT 6 CLOSED

muslimmuda15 avatar muslimmuda15 commented on June 15, 2024
[🐛] FirebaseCoreInternal/FirebaseCoreInternal.modulemap' not found after XCode required to download iOS 17.2

from react-native-firebase.

Comments (6)

frodoe7 avatar frodoe7 commented on June 15, 2024

I have the same error for a while
did you manage to resolve it?

from react-native-firebase.

muslimmuda15 avatar muslimmuda15 commented on June 15, 2024

I just solve it by restart macOS

from react-native-firebase.

victor-valle avatar victor-valle commented on June 15, 2024

I have the same error, I tried removing/reinstalling the pods, cache, DerivedData from Xcode but it still does not work. 😞

▸ Compiling RCTDevSettings.mm
▸ Compiling RCTDevMenu.mm
▸ Compiling RCTDevLoadingView.mm
▸ Compiling RCTClipboard.mm
▸ Compiling RCTAppearance.mm
▸ Compiling RCTAppState.mm
▸ Compiling RCTAlertManager.mm
▸ Compiling RCTAlertController.mm
▸ Compiling RCTActionSheetManager.mm
▸ Compiling RCTAccessibilityManager.mm
▸ Compiling Pods-LoopManager-dummy.m

❌  .../ios/Pods/Headers/Public/ReactCommon/ReactCommon.modulemap:1:8: redefinition of module 'ReactCommon'

module ReactCommon {
                                                  ^

from react-native-firebase.

mikehardy avatar mikehardy commented on June 15, 2024

There is no support for modular headers workarounds. This is clear in the documentation, use_frameworks is a strict requirement in the Podfile.

Closing.

from react-native-firebase.

cauediademi avatar cauediademi commented on June 15, 2024

I use Firebase without use_frameworks. You can just use Firebase directly, withouth third party libraries:

// ios/Podfile
target 'AppName' do

...

pod 'FirebaseCore', :modular_headers => true
pod 'Firebase', :modular_headers => true
pod 'FirebaseCoreInternal', :modular_headers => true
pod 'GoogleUtilities', :modular_headers => true

// android/app/build.gradle
dependencies {
// ...
// Import the Firebase BoM
// When using the BoM, you don't specify versions in Firebase library dependencies
implementation platform("com.google.firebase:firebase-bom:31.5.0")
// implementation "com.google.firebase:firebase-analytics"
implementation "com.google.firebase:firebase-messaging"
// ...
}

from react-native-firebase.

Nantris avatar Nantris commented on June 15, 2024

@cauediademi can you elaborate? You're using React Native Firebase without use_frameworks?

I'm facing endless nightmares trying to get my project to build with Expo EAS due to use_frameworks. Even when I had it working, I came back some weeks later and it's erroring during Fastlane again.

from react-native-firebase.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.