From 68b53b3c752f37081c02148292689def9914bccc Mon Sep 17 00:00:00 2001 From: braco Date: Tue, 23 Feb 2016 12:54:18 -0500 Subject: [PATCH] Clarification on XCode setup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 357af4b..023ec18 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ npm install @remobile/react-native-splashscreen --save ``` ### Installation (iOS) * Drag RCTSplashScreen.xcodeproj to your project on Xcode. -* Click on your main project file (the one that represents the .xcodeproj) select Build Phases and drag libRCTSplashScreen.a from the Products folder inside the RCTSplashScreen.xcodeproj. +* Click on your main project file (the one that represents the .xcodeproj) select Build Phases and drag libRCTSplashScreen.a from the Products folder inside the RCTSplashScreen.xcodeproj to "Link Binary With Libraries". * Look for Header Search Paths and make sure it contains $(SRCROOT)/../../../react-native/React as recursive. * In your project, Look for Header Search Paths and make sure it contains $(SRCROOT)/../node_modules/@remobile/react-native-splashscreen/ios/RCTSplashScreen