iOS build / installation error
See original GitHub issueReact 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:
- Created 7 years ago
- Comments:16 (5 by maintainers)
Top 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 >
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
use #import <Firebase/Firebase.h> instead of @import Firebase, it work for my (React-native 0.42)
@fungilation it depends on how your integrate firebase with your solution
@import Firebase;
only works for pod integration I will update readme later