setup-xcode icon indicating copy to clipboard operation
setup-xcode copied to clipboard

Set up your GitHub Actions workflow with a specific version of Xcode

Results 16 setup-xcode issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...

dependencies

A few weeks ago, the workflow utilizing the macOS-13 runner unexpectedly began to fail. Prior to this, the workflow was functioning correctly, and no modifications were made to the workflow...

Closes https://github.com/maxim-lobanov/setup-xcode/issues/47

I am using fastlane and [chxcode](https://github.com/klaaspieter/chxcode), and they read Xcode's version from the `.xcode-version` file. How about making this action read version from the file? If it comes true, the...

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Export the `DEVELOPER_DIR` environment variable instead of invoking `xcode-select` to set the active Xcode version. Setting the active Xcode version with `sudo xcode-select` changes the setting system wide. Github actions...

Recently Xcode 15.4 is available on macos-14-xlarge. However, this action fails to set said version when requested. See https://github.com/tidal-music/network-time/actions/runs/8920367449/job/24498870117

We have set up `xcode-version: latest-stable`, but AppStore Connect didn't want to release our version, because it was't build with latest public Xcode version. Then I realized, that the build...