Giter Site home page Giter Site logo

Comments (14)

jtushar53 avatar jtushar53 commented on August 16, 2024 3

Thanks @dpa99c , i've already done that, but the issue was i was opening project with.xcodeproj instead of .xcworkspace.

from cordova-plugin-firebasex.

snow-rage avatar snow-rage commented on August 16, 2024 3

fix it by adding $(inherited) to Header Search Paths in Build Settings

from cordova-plugin-firebasex.

timmyomahony avatar timmyomahony commented on August 16, 2024 2

I also am still getting this error. I'm not sure why it's been marked as closed. It's still an issue for a number of people

from cordova-plugin-firebasex.

mike-nelson avatar mike-nelson commented on August 16, 2024 2

Opening the workspace instead of the proj file worked for me

from cordova-plugin-firebasex.

davide75 avatar davide75 commented on August 16, 2024 1

Hi to all I'm using Xcode 10.3 and cordova and I tried all the steps listed here, but I still get the same error message.

Thanks for any suggestion.

from cordova-plugin-firebasex.

kelpie278 avatar kelpie278 commented on August 16, 2024 1

Same error here! :(

from cordova-plugin-firebasex.

dpa99c avatar dpa99c commented on August 16, 2024

None of your spec sources contain a spec satisfying the dependency: Firebase/Core (= 6.3.0).

Run pod repo update as documented

from cordova-plugin-firebasex.

snow-rage avatar snow-rage commented on August 16, 2024

Hello, i try the sample project and it build well, but with mine it allways ask for Firebase.h. even if i open it with the xcworkspace. i update the plugin to 4.0.0 version and it's the same problem. have you an idea please ?

from cordova-plugin-firebasex.

kirilmicev avatar kirilmicev commented on August 16, 2024

I am getting this error also.

from cordova-plugin-firebasex.

papattes avatar papattes commented on August 16, 2024

I receive this error too.
Please help us

from cordova-plugin-firebasex.

papattes avatar papattes commented on August 16, 2024

I just solved my problem : 'firebase.h' not found.

I did a lot of things and I do not know which one worked ... but it worked!

1 / open Terminal> direct to your project> run: pod deintegrate
2 / open xcode with the .xcworkspace, choose the target> go to Build Settings> click "+" sign and add:

  • PODS_ROOT = $ {SRCROOT} / Pods
  • PODS_PODFILE_DIR_PATH = $ {SRCROOT} /
    3 / close xcode
    4 / in Podfile, add: workspace 'yourWorkspaceName' at the end of the file (seen in the cocoapods documentation)
    5 / open Terminal> live to your project> run: pod install
    6 / open xcode with the .xcworkspace and build

and it works (for me)!

I think adding workspace 'yourWorkspaceName' in the Podfile file has solved this problem because, according to the document, this allows to add cocoapods to an existing project

from cordova-plugin-firebasex.

pwqw avatar pwqw commented on August 16, 2024

+1

from cordova-plugin-firebasex.

papattes avatar papattes commented on August 16, 2024

Hello !
Verify your "pods-debug.xcconfig" and "pods-release.xcconfig" files. for me, the automatic generation of these files did not register the right paths. check that it looks like something like this:

pods-debug.xcconfig:

// DO NOT MODIFY -- auto-generated by Apache Cordova
#include "Pods/Target Support Files/Pods-MyProjectName/Pods-MyProjectName.debug.xcconfig"

pods-release.xcconfig :

// DO NOT MODIFY -- auto-generated by Apache Cordova
#include "Pods/Target Support Files/Pods-MyProjectName/Pods-MyProjectName.release.xcconfig"

from cordova-plugin-firebasex.

pwqw avatar pwqw commented on August 16, 2024

cordova>=9.0.0 very necessary, in my case.

from cordova-plugin-firebasex.

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.