Commit 488b5dc
committed
iOS/macOS: build with XCode 26.0
It seems to be a new requirement for Chromium:
https://chromium.googlesource.com/chromium/src/build/+/0a45979d9ff0f959bed73f641668feec5eac7ad5
Before this change, the iOS builds failed with the following error:
ninja: error: '/Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/include/DarwinBasic.modulemap', needed by 'obj/buildtools/third_party/libc++/MachO/DarwinBasic.pcm', missing and no known rule to make it
And the macOS builds failed with this one:
ninja: error: '/Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/DarwinBasic.modulemap', needed by 'obj/buildtools/third_party/libc++/MachO/DarwinBasic.pcm', missing and no known rule to make it1 parent a643bff commit 488b5dc
3 files changed
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
| 100 | + | |
| 101 | + | |
104 | 102 | | |
105 | 103 | | |
106 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
0 commit comments