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 ios failed #109

Open
auliakbarh opened this issue May 8, 2023 · 2 comments
Open

build ios failed #109

auliakbarh opened this issue May 8, 2023 · 2 comments

Comments

@auliakbarh
Copy link

Run yukiarrr/ios-build-action@v1.10.0
The node12 is not supported on macOS ARM64 platform. Use node[16](https://github.com/***/***/actions/runs/***/jobs/***#step:16:17) instead.
/bin/bash /Users/devops/Workspace/actions-runner-01/_work/_actions/yukiarrr/ios-build-action/v1.10.0/dist/../build.sh
sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper
sudo: a password is required
/Users/devops/Workspace/actions-runner-01/_work/_actions/yukiarrr/ios-build-action/v1.10.0/dist/../build.sh: line 13: fastlane: command not found
Error: The process '/bin/bash' failed with exit code 127

need help

@aphillipo
Copy link

I am having this same issue. Going to try installing fast lane as part of the build I guess.

@aphillipo
Copy link

Adding a build step that does something like:

      - name: Install Gems
        run: gem install cocoapods fastlane

Seems to fix things, you 'll need to make sure you have ruby setup before...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants