From d06f04261ff27d52ea70d84738994e9df3bf1b73 Mon Sep 17 00:00:00 2001 From: GuoYufu Date: Wed, 8 Nov 2017 15:28:51 +0800 Subject: [PATCH] Modify 'Header Search Path' for native iOS app to integrate react-native-webp from react-native package.json. --- ReactNativeWebp.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReactNativeWebp.xcodeproj/project.pbxproj b/ReactNativeWebp.xcodeproj/project.pbxproj index f0dcb64..f127969 100644 --- a/ReactNativeWebp.xcodeproj/project.pbxproj +++ b/ReactNativeWebp.xcodeproj/project.pbxproj @@ -208,6 +208,7 @@ "$(inherited)", "$(SRCROOT)/../../node_modules/react-native/React/**", "$(SRCROOT)/../../node_modules/react-native/Libraries/**", + "$(BUILT_PRODUCTS_DIR)", ); LIBRARY_SEARCH_PATHS = "$(inherited)"; OTHER_LDFLAGS = "-ObjC"; @@ -227,6 +228,7 @@ "$(inherited)", "$(SRCROOT)/../../node_modules/react-native/React/**", "$(SRCROOT)/../../node_modules/react-native/Libraries/**", + "$(BUILT_PRODUCTS_DIR)", ); LIBRARY_SEARCH_PATHS = "$(inherited)"; OTHER_LDFLAGS = "-ObjC";