Commit 5c8897f
fix(ios-prebuild): stage deps headers in compose-xcframework + sort test imports
Two CI fixes for the prebuild-ios-core workflow:
- prebuild-ios-core.yml: the compose-xcframework job downloaded the
build slices and React headers but never staged
third-party/ReactNativeDependencies.xcframework. buildReactNativeHeadersXcframework
folds the third-party deps namespaces (folly/glog/boost/...) into
ReactNativeHeaders.xcframework, so it fail-closed with "deps namespace
'folly' missing ... refusing to ship an incomplete
ReactNativeHeaders.xcframework". Add the Download + Extract
ReactNativeDependencies steps (mirroring build-slices) so the deps
headers are present before composing.
- headers-spec-test.js: reorder requires so the `../headers-spec` import
sorts before `fs`, fixing the @react-native/monorepo/sort-imports
warning that failed `eslint --max-warnings 0` in test_js.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent bf98226 commit 5c8897f
2 files changed
Lines changed: 17 additions & 1 deletion
File tree
- .github/workflows
- packages/react-native/scripts/ios-prebuild/__tests__
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
160 | 176 | | |
161 | 177 | | |
162 | 178 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments