You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correctly link umbrella headers for iOS prebuild (#58548)
Summary:
The umbrella headers under `ReactCommon/**/React/` were only linked into their nested `ReactCommon/...` include dirs during the iOS SPM prebuild, so `#include <React/Debug.h>` (and the other umbrella headers) could not be resolved by the `React` framework, breaking the build.
This diff links each umbrella header directory into the `React` header dir.
Changelog: [Internal]
Differential Revision: D120310677
0 commit comments