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

Build fails with RCTBridgeModule.h not found #21

Open
montehansen opened this issue Jan 18, 2017 · 3 comments
Open

Build fails with RCTBridgeModule.h not found #21

montehansen opened this issue Jan 18, 2017 · 3 comments

Comments

@montehansen
Copy link

I have tried both manual and automatic linking. I have tried adding the (relative or fully absolute) path to the header in the header search paths.

@montehansen
Copy link
Author

Upon expanding SplashScreen.xcodeproj in Navigator, I noticed that the libSplashScreen.a library wasn't bound (it appeared as red in color). I then re-applied the search path to the header search path for SplashScreen.xcodeproj and it builds now.

@nezed
Copy link

nezed commented Feb 12, 2017

Had the same error cause installed module as react-native-splash-screen@^1.0.9 which resolves as 1.1.2 (this release already for RN 40+, i don't know why it in 1.x version too)

▶ npm view react-native-splash-screen versions

[ '1.0.0',
  '1.0.1',
  '1.0.2',
  '1.0.3',
  '1.0.4',
  '1.0.5',
  '1.0.6',
  '1.0.7',
  '1.0.8',
  '1.0.9',
  '1.1.0',
  '1.1.1',
  '1.1.2',
  '2.0.0' ]

@yewenxiang23
Copy link

+1

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

3 participants