Commit da29495
committed
Preserve header subdirectory structure in React-debug pod
Set header_mappings_dir unconditionally in React-debug.podspec so that
headers in subdirectories (like redbox/) retain their directory structure
when CocoaPods copies them, regardless of whether USE_FRAMEWORKS is set.
Without this, static library builds flatten all headers into the
header_dir ("react/debug"), making imports like
`<react/debug/redbox/RedBoxErrorParser.h>` fail because the "redbox/"
subdirectory is lost.1 parent 6614fe7 commit da29495
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments