Commit 339948d
fix(ios): prefer xcode-select over version scan for Xcode resolution
Reorder ios_resolve_developer_dir() priority so xcode-select -p is
checked before scanning /Applications for the highest-version Xcode.
On CI runners with multiple Xcode versions (including betas), the
version scan picked Xcode 26.4 beta which lacks iOS 26.2 runtime,
breaking RN iOS builds. Respecting xcode-select honors the explicit
pinning set by sudo xcode-select -s in CI workflows.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a468454 commit 339948d
1 file changed
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 81 | + | |
86 | 82 | | |
87 | 83 | | |
88 | 84 | | |
| |||
91 | 87 | | |
92 | 88 | | |
93 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
94 | 97 | | |
95 | 98 | | |
96 | 99 | | |
| |||
0 commit comments