-
Notifications
You must be signed in to change notification settings - Fork 113
Closed
Description
When I attempt to build the Xcode project generated by this tool using Xcode 8.3.3, I get the following error in the .m file:
fatal error: 'React/RCTBridgeModule.h' file not found
#import <React/RCTBridgeModule.h>
^
Here are the steps I followed:
react-native-create-library --prefix '' --package-identifier com.tableau --platforms ios,android Foo
yarn remove react-native --peer
yarn add react-native
yarn add react@16.0.0-alpha.12
- Create a new workspace in the ios directory.
- Add the Xcode project to the workspace.
- Update the project from the warning.
- Build in Xcode.
Metadata
Metadata
Assignees
Labels
No labels