xcodebuild icon indicating copy to clipboard operation
xcodebuild copied to clipboard

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

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

It should be possible to specify the visionOS platform now that it's generally available in Xcode.

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 7.3.8 to 7.5.2. Release notes Sourced from semver's releases. v7.5.2 7.5.2 (2023-06-15) Bug Fixes 58c791f #566 diff when detecting major change from prerelease (#566) (@​lukekarrys) 5c8efbc #565...

dependencies

Add option arch to input 'arm64' | 'x86_64' | 'i386' arch is required (for example) when building on mac M-series with unsupported arm project dependancies ``` xcodebuild \ -workspace iosApp.xcworkspace...

When I used this action build a iOS project using below code: ``` - uses: mxcl/xcodebuild@v1 with: platform: iOS action: build configuration: release working-directory: project/ios scheme: XXX ``` I get...

We've got a build that looks something like: ```yaml - uses: ruby/setup-ruby@v1 with: bundler-cache: true - uses: mxcl/xcodebuild@v1 with: working-directory: app/ios scheme: AppTests platform: iOS ``` When there's no `bundler-cache`,...

`for in` is used to iterate objects, not arrays. It ended up iterating over the indices of the array instead of the values. Anybody actually used this action for setting...

This PR adds support for running builds and tests for visionOS target. Tested in https://github.com/kstenerud/KSCrash/pull/452

So `uses: mxcl/xcodebuild@v3` causes the error.

``` Run mxcl/[email protected] with: xcode: 15.4.0 platform: iOS code-coverage: true action: test scheme: Catalog warnings-as-errors: false verbosity: xcpretty upload-logs: on-failure » Selected Xcode 15.4.0 Creating provisioning profiles xcodebuild test ---...