Skip to content

Conversation

@graycreate
Copy link
Member

Summary

  • Updated all GitHub Actions workflows to use Xcode 16.0 (latest stable version)
  • Resolves CI build failures caused by invalid Xcode 15.4 path

Changes

  • Updated Xcode version from 15.4 to 16.0 in all workflow files:
    • .github/workflows/ios-build-test.yml
    • .github/workflows/code-quality.yml
    • .github/workflows/dependency-update.yml
    • .github/workflows/release.yml

Why This Change?

The CI builds were failing with:

xcode-select: error: invalid developer directory '/Applications/Xcode_15.4.app/Contents/Developer'

GitHub Actions runners now have Xcode 16.0 as the latest stable version available.

Test Plan

  • Updated all workflow files consistently
  • CI checks should pass with the new Xcode version
  • Build and test workflows should complete successfully

🤖 Generated with Claude Code

- Updated all GitHub Actions workflows to use Xcode 16.0 instead of 15.4
- Affected workflows: ios-build-test, code-quality, dependency-update, release
- This resolves the CI build failures caused by invalid Xcode path
Copilot AI review requested due to automatic review settings September 14, 2025 02:24
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Updates GitHub Actions CI pipelines to use Xcode 16.0 to resolve build failures caused by invalid Xcode 15.4 path references.

  • Replaced all Xcode 15.4 references with 16.0 across workflow files
  • Ensures CI builds use the latest stable Xcode version available on GitHub Actions runners
  • Maintains consistency across all iOS-related workflows

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
.github/workflows/release.yml Updated Xcode version selection for App Store release workflow
.github/workflows/ios-build-test.yml Updated Xcode version for main build and test pipeline
.github/workflows/dependency-update.yml Updated Xcode version for dependency management workflow
.github/workflows/code-quality.yml Updated Xcode version for code coverage analysis

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@github-actions
Copy link

Code Coverage Report ❌

Current coverage: 0%

- Changed simulator from 'iPhone 15' to 'iPhone 16' in workflow files
- Xcode 16.0 includes iPhone 16 simulators instead of iPhone 15
- Fixes build failures in ios-build-test and code-quality workflows
@github-actions github-actions bot added size/S and removed size/XS labels Sep 14, 2025
@github-actions
Copy link

Code Coverage Report ❌

Current coverage: 0%

@graycreate graycreate merged commit 6fe26ab into main Sep 14, 2025
6 checks passed
@graycreate graycreate deleted the fix/update-xcode-version-ci branch September 14, 2025 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants