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

get it to work with fastlane #115

Closed
forge-phap-dinh opened this issue Nov 1, 2021 · 4 comments
Closed

get it to work with fastlane #115

forge-phap-dinh opened this issue Nov 1, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@forge-phap-dinh
Copy link

Orb version

5.6.0

What happened

trying to deploy to fastlane gives this error

#!/bin/bash -eo pipefail
bundle exec fastlane android debug
/bin/bash: bundle: command not found

Exited with code exit status 127
CircleCI received exit code 127

Expected behavior

React native app should deploy to fastlane

@forge-phap-dinh forge-phap-dinh added the bug Something isn't working label Nov 1, 2021
@cortinico
Copy link
Member

/bin/bash: bundle: command not found

Is failing since you running on a runner where ruby is missing or not installed correctly.
Have you checked if ruby is available in your runner?

@forge-phap-dinh
Copy link
Author

@cortinico from our understanding the runner should have been configured by the orb to have ruby installed. if the runner is not configured with ruby in the orb, what is the recommended way to setup a runner with this orb?

@cortinico
Copy link
Member

what is the recommended way to setup a runner with this orb?

Have you seen this documentation page? https://circleci.com/developer/orbs/orb/react-native-community/react-native
Specifically what's the executor you're specifying for your fastlane job?
I'm not entirely sure, but I believe both rn/linux_js and rn/macos should work.

@forge-phap-dinh
Copy link
Author

i switched over to rn/linux_android and installed ruby on there to get around this issue. thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants