xcodebuild icon indicating copy to clipboard operation
xcodebuild copied to clipboard

A continuously resilient `xcodebuild` “GitHub Action”. Also it’s the best.

Results 27 xcodebuild issues
Sort by recently updated
recently updated
newest added

Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. Changelog Sourced from cross-spawn's changelog. 7.0.6 (2024-11-18) Bug Fixes update cross-spawn version to 7.0.5 in package-lock.json (f700743) 7.0.5 (2024-11-07) Bug Fixes fix escaping bug...

dependencies

I have quite a few packages that are swift packages with a Demo directory containing an xcodeproj. I'd like to make a swift package build job and a separate xcodebuild...

From the docs: > We figure out the the simulator destination for you automatically. Stop specifying fragile strings like platform=iphonesimulator,os=14.5,name=iPhone 12 that will break when Xcode updates next week. Which...

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml merge (<<) operator. Commits cc482e7 4.1.1 released 50968b8 dist...

dependencies
javascript

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.8 to 24.9.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.12.8&new-version=24.9.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies
javascript

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

Bumps [semver](https://github.com/npm/node-semver) and [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver). These dependencies needed to be updated together. Updates `semver` from 7.7.1 to 7.7.3 Release notes Sourced from semver's releases. v7.7.3 7.7.3 (2025-10-06) Bug Fixes e37e0ca #813...

dependencies
javascript

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.56.0 to 8.46.2. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v8.46.2 8.46.2 (2025-10-20) 🩹 Fixes eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702) typescript-estree:...

dependencies
javascript

This PR adds test control and result management features to the xcodebuild action: - Test iterations: Run each test multiple times to identify flaky tests via test-iterations input - Test...