Commit 4f448c6
committed
fix(🍏): include cpp/api, cpp/skia, cpp/jsi, cpp/rnskia, cpp/utils in HEADER_SEARCH_PATHS
Under `use_frameworks! :linkage => :static` (or Expo's
`useFrameworks: 'static'`), the recursive `"$(PODS_TARGET_SRCROOT)/cpp/"/**`
glob does not propagate to sibling directories, so compilation of
`cpp/api/third_party/base64.cpp` fails with `'third_party/base64.h' file not
found` (and similar misses for headers under `cpp/skia`, `cpp/jsi`,
`cpp/rnskia`, `cpp/utils`).
Add those five paths explicitly alongside the existing rnwgpu/dawn entries
so static-frameworks builds resolve them.
Fixes #3839.1 parent ae228ac commit 4f448c6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments