Commit 4b97a46
fix: update simulator device to iPhone 17 for Xcode 26 compatibility
The macOS 26 runners with Xcode 26 don't have iPhone 16 simulators
with the latest iOS. Updated all test workflows to use iPhone 17 which
is available with iOS 26.0 and 26.1 on the new runners.
Changes:
- ios-build-test.yml: iPhone 16 → iPhone 17
- code-quality.yml: iPhone 16 → iPhone 17
This fixes the build failure:
"Unable to find a device matching the provided destination specifier"
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 71365d2 commit 4b97a46
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments