Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React/RCTBridgeModule file not found! #2

Open
muxiaodeng opened this issue Apr 27, 2017 · 1 comment
Open

React/RCTBridgeModule file not found! #2

muxiaodeng opened this issue Apr 27, 2017 · 1 comment

Comments

@muxiaodeng
Copy link

使用 npm install ,并且进行了link 运行时还是会报 React/RCTBridgeModule file not found

@imxiongying
Copy link

@muxiaodeng

  1. In Xcode, go to the project scheme (Product -> Scheme -> Manage Scheme -> double click your project).
  2. Click on the 'Build' option at the left pane.
  3. Uncheck 'Parallelize Build' under Build Options.
  4. Then in Targets section, click '+' button then search for 'React'. Select it and click 'Add'.
  5. 'React' should now appear under Targets section. Click and drag it to the top so that it will be the first item in the list (before your project).
  6. Clean the project and build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants