[iOS] Firebase headers error when building project
See original GitHub issueHi, 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:
- Created 7 years ago
- Reactions:2
- Comments:13 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yay pods! They conveniently make you have to do more work!!!
This is the fix:
https://github.com/evollu/react-native-fcm/issues/143#issuecomment-252178914