Skip to content

FirebasePlugin.h:4:9: fatal error: module 'FirebaseFirestore' not found #735

@jpdelmundo

Description

@jpdelmundo

cordova: 11.0.0
cordova-ios: 6.2.0
cordova-plugin-firebasex: 14.1.0 (also tried 14.1.0-cli)
xcode: 13.4

Error:

In file included from /Users/< user >/< project >/cordova/platforms/ios/< app name >/Plugins/cordova-plugin-firebasex/AppDelegate+FirebasePlugin.m:2:
/Users/< user >/< project >/cordova/platforms/ios/< app name >/Plugins/cordova-plugin-firebasex/FirebasePlugin.h:4:9: fatal error: module 'FirebaseFirestore' not found
@import FirebaseFirestore;

Tried the following but didn't fix it:

  • pod repo update then pod install in the platforms/ios dir
  • pod deintegrate and pod install
  • cordova platform rm/add ios
  • cordova plugin rm/add cordova-plugin-firebasex
  • cordova clean
  • Xcode clean build folder

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