actions-setup-xcode
actions-setup-xcode copied to clipboard
Set up your GitHub Actions workflow with a specific version of Xcode
Bumps [eslint](https://github.com/eslint/eslint) from 8.16.0 to 8.35.0. Release notes Sourced from eslint's releases. v8.35.0 Features 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#16920) (SUZUKI Sosuke) c8c0c71 feat: Move all and...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.0 to 29.4.3. Release notes Sourced from jest's releases. v29.4.3 Features [expect] Update toThrow() to be able to use error causes (#13606) [jest-core] allow to use workerIdleMemoryLimit...
Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.34.0 to 0.36.1. Release notes Sourced from @vercel/ncc's releases. 0.36.1 0.36.1 (2023-01-25) Bug Fixes add missing pr title lint action (#1032) (c2d03cf) add ncc --version and ncc...
> Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: sinoru/actions-setup-xcode@v2
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.8.2 to 1.10.0. Changelog Sourced from @actions/core's changelog. 1.10.0 saveState and setOutput now use environment files if available #1178 getMultilineInput now correctly trims whitespace by default #1185...
Used this on a `mac1.metal` EC2 instance. ``` - name: Set up Xcode uses: sinoru/actions-setup-xcode@v2 with: xcode-version: 13.2.1 apple-id: ${{ inputs.apple_id_email }} apple-id-password: ${{ secrets.apple_id_password }} ``` Got this error...
I got this error ``` Run sinoru/[email protected] /usr/local/lib/ruby/gems/2.7.0/bin/xcversion select [11](https://github.com/MoatazAbdAlmageed/First-Mobile-App/runs/5837076214?check_suite_focus=true#step:5:11).2.1 [!] Version 11.2.1 not installed. Warning: Xcode 11.2.1 not avilable in local. /usr/local/lib/ruby/gems/2.7.0/bin/xcversion install 11.2.1 Error: The operation was canceled....