circleci-demo-react-native
circleci-demo-react-native copied to clipboard
Could not locate Gemfile
I'm follow the circleci react-native config example to deploy my app on circleci.
Error computing cache key: template: cacheKey:1:13: executing "cacheKey" at <checksum "Gemfile.lo...>: error calling checksum: open /home/circleci/react-native-app/android/Gemfile.lock: no such file or directory
....
#!/bin/bash -eo pipefail
bundle install
Could not locate Gemfile
Exited with code 10
Please I need to know what I need to run using Linux Ubuntu 14.04 (Trusty) environment.
- Build macOS project:
Off - OS to use for builds:
Ubuntu 14.04 (Trusty)and/orDebian Linux 9 (Stretch)
References:
https://circleci.com/docs/2.0/examples/#example-circleci-files-and-public-repos https://github.com/facebook/react-native/blob/master/.circleci/config.yml https://github.com/CircleCI-Public/circleci-demo-react-native/blob/master/.circleci/config.yml
Me too
Same problem, has this being solved? Thanks
Me too
I'm trying to build it locally and I'm having problems with it. I have the Gemfile.lock inside the folder.
Me too
I am also facing the same issue.
Same here