Commit c992bc6
fix: install iOS platform before building to fix broken iOS CI
Add xcodebuild -downloadPlatform iOS in the Fastfile before_all block and
as a separate CI step in both iOS release workflows to ensure iOS 26.0 platform
is installed when using Xcode 26.0.1 on macos-26 runner.
Agent-Logs-Url: https://github.com/openfoodfacts/smooth-app/sessions/12497af8-2d90-4635-a876-e98ede31a406
Co-authored-by: teolemon <1689815+teolemon@users.noreply.github.com>1 parent a2dc90b commit c992bc6
3 files changed
Lines changed: 9 additions & 2 deletions
File tree
- .github/workflows
- packages/smooth_app/ios/fastlane
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
111 | 114 | | |
112 | 115 | | |
113 | 116 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments