|
122 | 122 | 58B511ED1A9E6C8500147676 /* Debug */ = {
|
123 | 123 | isa = XCBuildConfiguration;
|
124 | 124 | buildSettings = {
|
125 |
| - ALWAYS_SEARCH_USER_PATHS = NO; |
| 125 | + ALWAYS_SEARCH_USER_PATHS = YES; |
126 | 126 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
127 | 127 | CLANG_CXX_LIBRARY = "libc++";
|
128 | 128 | CLANG_ENABLE_MODULES = YES;
|
|
152 | 152 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
153 | 153 | GCC_WARN_UNUSED_FUNCTION = YES;
|
154 | 154 | GCC_WARN_UNUSED_VARIABLE = YES;
|
| 155 | + "HEADER_SEARCH_PATHS[arch=*]" = ( |
| 156 | + "$(SRCROOT)/../node_modules/react-native/React/**", |
| 157 | + "$(SRCROOT)/../../node_modules/react-native/React/**", |
| 158 | + "$(SRCROOT)/../../../node_modules/react-native/React/**", |
| 159 | + ); |
155 | 160 | IPHONEOS_DEPLOYMENT_TARGET = 7.0;
|
156 | 161 | MTL_ENABLE_DEBUG_INFO = YES;
|
157 | 162 | ONLY_ACTIVE_ARCH = YES;
|
|
162 | 167 | 58B511EE1A9E6C8500147676 /* Release */ = {
|
163 | 168 | isa = XCBuildConfiguration;
|
164 | 169 | buildSettings = {
|
165 |
| - ALWAYS_SEARCH_USER_PATHS = NO; |
| 170 | + ALWAYS_SEARCH_USER_PATHS = YES; |
166 | 171 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
167 | 172 | CLANG_CXX_LIBRARY = "libc++";
|
168 | 173 | CLANG_ENABLE_MODULES = YES;
|
|
186 | 191 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
187 | 192 | GCC_WARN_UNUSED_FUNCTION = YES;
|
188 | 193 | GCC_WARN_UNUSED_VARIABLE = YES;
|
| 194 | + "HEADER_SEARCH_PATHS[arch=*]" = ( |
| 195 | + "$(SRCROOT)/../node_modules/react-native/React/**", |
| 196 | + "$(SRCROOT)/../../node_modules/react-native/React/**", |
| 197 | + "$(SRCROOT)/../../../node_modules/react-native/React/**", |
| 198 | + ); |
189 | 199 | IPHONEOS_DEPLOYMENT_TARGET = 7.0;
|
190 | 200 | MTL_ENABLE_DEBUG_INFO = NO;
|
191 | 201 | SDKROOT = iphoneos;
|
|
201 | 211 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
202 | 212 | "$(SRCROOT)/../../React/**",
|
203 | 213 | "$(SRCROOT)/node_modules/react-native/React/**",
|
| 214 | + "$(SRCROOT)/../../node_modules/react-native/React/**", |
204 | 215 | "$(SRCROOT)/../react-native/React/**",
|
205 | 216 | );
|
206 | 217 | LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
219 | 230 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
220 | 231 | "$(SRCROOT)/../../React/**",
|
221 | 232 | "$(SRCROOT)/node_modules/react-native/React/**",
|
| 233 | + "$(SRCROOT)/../../node_modules/react-native/React/**", |
222 | 234 | "$(SRCROOT)/../react-native/React/**",
|
223 | 235 | );
|
224 | 236 | LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
0 commit comments