From edfce862325480bdadea03d8c0dd4124157bea93 Mon Sep 17 00:00:00 2001 From: GuoYufu Date: Tue, 7 Nov 2017 16:42:28 +0800 Subject: [PATCH 1/2] [add] add item for gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 11485d9d..4b3e5b0c 100755 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,9 @@ pids *.pid *.seed +# Xcode +xcuserdata + # Directory for instrumented libs generated by jscoverage/JSCover lib-cov From 292513ae5b86619df37d5d918364d8c0447c8d3a Mon Sep 17 00:00:00 2001 From: GuoYufu Date: Tue, 7 Nov 2017 16:43:25 +0800 Subject: [PATCH 2/2] Modify 'Header Search Path' for native iOS app to integrate react-native-splash-screen from react-native package.json. --- ios/SplashScreen.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/SplashScreen.xcodeproj/project.pbxproj b/ios/SplashScreen.xcodeproj/project.pbxproj index 69c9c5ba..5a30a2e4 100755 --- a/ios/SplashScreen.xcodeproj/project.pbxproj +++ b/ios/SplashScreen.xcodeproj/project.pbxproj @@ -205,7 +205,7 @@ 3D7682801D8E76B80014119E /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - HEADER_SEARCH_PATHS = ""; + HEADER_SEARCH_PATHS = "$(BUILT_PRODUCTS_DIR)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; OTHER_LDFLAGS = "-ObjC"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -216,7 +216,7 @@ 3D7682811D8E76B80014119E /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - HEADER_SEARCH_PATHS = ""; + HEADER_SEARCH_PATHS = "$(BUILT_PRODUCTS_DIR)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; OTHER_LDFLAGS = "-ObjC"; PRODUCT_NAME = "$(TARGET_NAME)";