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 build / installation error

See original GitHub issue

React Native version: 0.40 Error:

/node_modules/react-native-firebase-analytics/ios/RNFIRAnalytics.h:4:9: fatal error: 'FirebaseCore/FIRApp.h' file not found
#import <FirebaseCore/FIRApp.h>
        ^
1 error generated.


** BUILD FAILED **


The following build commands failed:
	CompileC /Users/Enes/RN/Tviz/ios/build/Build/Intermediates/RNFIRAnalytics.build/Debug-iphonesimulator/RNFIRAnalytics.build/Objects-normal/x86_64/RNFIRAnalytics.o RNFIRAnalytics.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler

(1 failure)

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:16 (5 by maintainers)

github_iconTop GitHub Comments

5reactions
Mactub07commented, Mar 28, 2017

use #import <Firebase/Firebase.h> instead of @import Firebase, it work for my (React-native 0.42)

1reaction
evollucommented, Mar 15, 2017

@fungilation it depends on how your integrate firebase with your solution @import Firebase; only works for pod integration I will update readme later

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation Failure Troubleshooting for iOS - Apple Developer
This error indicates that an App Store distribution provisioning profile was mistakenly used to sign the Ad Hoc build. Please note that builds...
Read more >
Unable to install iOS App - ManageEngine
App installation will fail if VPP license is not associated to the device. Try redistributing the app for five times. If the problem...
Read more >
How to fix the error "The developer of this app needs to update ...
Step 2 : Build App after adding the flag --generate-entitlement-der under the Build Settings >> Other Code Sign Flags in Xcode against each...
Read more >
App installation error codes for Microsoft Intune
Error code (Hex) Error code (Dec) Error message/code 0xC7D14FB5 ‑942583883 The app failed to install. 0xC7D14FB2 ‑942583886 The download failed because of an unknown error. 0xC7D14FB1...
Read more >
iphone - Xcode Error: Unable to install app (Error Code: Code ...
It is a very hot issue with the new update of Catalina. To be very precise the issue is with the manually signing...
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