GitHubPopular icon indicating copy to clipboard operation
GitHubPopular copied to clipboard

react-native run-ios出错

Open hejunbinlan opened this issue 7 years ago • 2 comments

GitHubPopular-master/node_modules/[email protected]@react-native-splash-screen/ios/SplashScreen.h:9:9: fatal error: 'React/RCTBridgeModule.h' file not found #import <React/RCTBridgeModule.h> ^ 1 error generated.

** BUILD FAILED **

hejunbinlan avatar Jun 08 '17 09:06 hejunbinlan

use '#import "RCTBridgeModule.h"' instead of '#import <React/RCTBridgeModule.h>' in the file named 'SplashScreen.h'.

CLuRoad avatar Jul 05 '17 04:07 CLuRoad

although I solved it by myself @CLuRoad @hejunbinlan

smart1024 avatar Sep 19 '17 03:09 smart1024