We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fatal error: 'Firebase.h' file not found
I am using this script to run detox on appcenter: https://github.com/pniko/detox-appcenter/blob/master/appcenter-post-clone.sh
but detox build failes with ` fatal error:
/Users/vsts/agent/2.136.1/work/1/s/app/node_modules/react-native-firebase/ios/RNFirebase/RNFirebaseUtil.h:6:9: fatal error: 'Firebase.h' file not found #import <Firebase.h> ^~~~~~~~~~~~ 1 error generated.
the build works when run locally. I don't think it is directly related to firebase, but more to cocoapods. Does cocoapods require an additional step?
see above
The text was updated successfully, but these errors were encountered:
ok, pods need to be installed before running detox build:
cd ios pod install --repo-update cd ..
Sorry, something went wrong.
No branches or pull requests
Description
I am using this script to run detox on appcenter: https://github.com/pniko/detox-appcenter/blob/master/appcenter-post-clone.sh
but detox build failes with ` fatal error:
the build works when run locally. I don't think it is directly related to firebase, but more to cocoapods. Does cocoapods require an additional step?
Steps to Reproduce
Detox, Node, Device, Xcode and macOS Versions
Device and verbose Detox logs
see above
The text was updated successfully, but these errors were encountered: