question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[iOS] Firebase headers error when building project

See original GitHub issue

Hi, I’m installed react-native-fcm, like described in README, (npm install, rnpm link, created pod file and runned pod install) Pods installed fine, my Podfile contains:

# Uncomment this line to define a global platform for your project
# platform :ios, '6.0'
pod 'Firebase'
pod 'Firebase/Core'
pod 'Firebase/Analytics'
pod 'Firebase/Messaging'

target 'MyApp' do
end

target 'MyAppTests' do
end

I’m using .xcworkspace file to open the project, but I get this error: /Users/me/Projects/MyApp/ios/Pods/Firebase/Headers/Firebase.h:1:9: 'FirebaseAnalytics/FirebaseAnalytics.h' file not found and cannot build my project. $(inherited) added to Header Search Path and to Other Linker Flags Any suggestions?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:13 (3 by maintainers)

github_iconTop GitHub Comments

17reactions
OrbitalStudioscommented, Sep 1, 2017

Yay pods! They conveniently make you have to do more work!!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Build error after removing Bridging Header from Xcode project
I'm trying to integrate my project from Google Analytics to Firebase Analytics. I was using Google Analytics SDK installed with Cococapods.
Read more >
Admin SDK error handling - Firebase - Google
NET implementations of the Admin SDK come with support for handling the HTTP Retry-After header. That is, if the error response sent by...
Read more >
Xcode 12 Framework: 'Double-quoted… - Apple Developer
I use Firebase which is at least partially written in objective-c. The errors occur in the nanopb-umbrella.h header file in the pod nanopb...
Read more >
How to fix the error that the header file of Flutter Plugin does ...
If you add the Firebase Plugin, you need to add GoogleService-Info.plist by XCode as written in Add Firebase to your iOS Project |...
Read more >
Firebase Auth for iOS issue - Google Groups
Failed to build iOS app. Error output from Xcode build: ↳ ** BUILD FAILED ** Xcode's output: ↳ === BUILD TARGET firebase_auth OF...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found