Skip to content
New issue

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

build failes on CI (app center) with fatal error: 'Firebase.h' file not found #838

Closed
macrozone opened this issue Jul 17, 2018 · 1 comment

Comments

@macrozone
Copy link

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:

/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?

Steps to Reproduce

Detox, Node, Device, Xcode and macOS Versions

  • Detox: 8.0.0
  • React Native: 0.56
  • Node: v8.9.4
  • Device: ios simulator
  • Xcode: 9.4.1
  • macOS: -

Device and verbose Detox logs

see above

@macrozone
Copy link
Author

ok, pods need to be installed before running detox build:

cd ios
pod install --repo-update
cd ..

@wix wix locked and limited conversation to collaborators Jul 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants