Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "'RCTBlobPlugins.h' file not found" on iOS (#29684)
Summary: Fixes iOS builds failing with the following error in certain setups: ``` /~/Pods/React-RCTBlob/Libraries/Blob/RCTBlobPlugins.mm:14:9: fatal error: 'RCTBlobPlugins.h' file not found #import "RCTBlobPlugins.h" ^~~~~~~~~~~~~~~~~~ 1 error generated. ``` ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [iOS] [Fixed] - "'RCTBlobPlugins.h' file not found" when building iOS Pull Request resolved: #29684 Test Plan: - Existing builds should not fail - Tested this change internally where we are seeing this build failure cc hramos Reviewed By: fkgozali Differential Revision: D23581090 Pulled By: appden fbshipit-source-id: 89d2088c362bfbd22df5cd098b110a43d76e784f
- Loading branch information