Skip to content

Error: 'Firebase/Firebase.h' file not found | This library is no longer maintained? #54

@francocores

Description

@francocores

'Firebase/Firebase.h' file not found

Steps to Reproduce the Problem

  1. Follow the guide for installation in Ionic with Capacitor
  2. Try to build the project in Xcode
  3. Error build

Specifications

  • Plugin version: 1.2.0
  • Framework: Capacitor
  • Framework version: 3.2.5
  • Operating system: iOS

I found temporary solution...

if replace in file "FirebaseCrashlyticsPlugin.m" the line of import: "#import <Firebase/Firebase.h>" for this "#import <FirebaseCore/FirebaseCore.h>" is work, but is bad practice, the best practice is update the code of library and promote new version with this fix.

MicrosoftTeams-image (34)

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