ci: Update fastlane for Xcode 26+ compatibility - #178
Closed
kevnm67 wants to merge 6 commits into
Closed
Conversation
- Updated fastlane minimum version to 2.230.0 in Gemfile - Renamed test_iphone_x lane to test_iphone_15 with iPhone 15 simulator - Updated test_iphone_pro lane to use iPhone 15 Pro (from iPhone 12 Pro) - Updated default device in BaseFastfile from iPhone 14 Pro to iPhone 15 Pro - Updated tvOS simulator from 'Apple TV 1080p' to 'Apple TV' for modern Xcode compatibility - Updated fastlane README documentation to reflect new lane names These changes ensure compatibility with Xcode 16+ (image 26+) which includes updated simulator naming conventions and removes support for older devices like iPhone X and iPhone 12 Pro.
Updated the test_iphone_15 lane to use the most recent iPhone Pro simulator (iPhone 16 Pro) which is available in Xcode 16+ for better compatibility with the latest Xcode image 26+.
❌ 1 blocking issue (1 total)
|
Fixes CircleCI bundle install failure by adding support for arm64-darwin-24 platform. Also adds pre-commit configuration for code quality checks. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
| desc 'Run tests using iphone X sim' | ||
| lane :test_iphone_x do | ||
| desc 'Run tests using iPhone 16 Pro sim' | ||
| lane :test_iphone_15 do |
…bilities Updates Ruby from 3.1.3 to 3.3.10 and updates all dependencies to address 18 security vulnerabilities including: Critical: - nokogiri: 1.13.10 → 1.18.10 (multiple libxml2 CVEs) - git: 1.13.0 → 2.3.3 (command injection CVEs) High: - activesupport: 6.1.7.2 → 7.2.3 - cocoapods-downloader: 1.6.3 → 2.1 (command injection) - aws-sdk-s3: 1.117.2 → 1.208.0 Also adds arm64-darwin-24 platform support for CircleCI compatibility. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Collaborator
Generated by 🚫 Danger |
Owner
Author
|
Closing — Xcode 26 compatibility changes need a fresh branch with current main. CI and qlty failures. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue Link :link
Implementation Details :construction
Checklist