yukiarrr / ios-build-action

Build iOS project (.xcodeproj, .xcworkspace), and export ipa
MIT License
279 stars 135 forks source link

build ios failed #109

Open auliakbarh opened 1 year ago

auliakbarh commented 1 year ago
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 commented 1 year ago

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

aphillipo commented 1 year ago

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...