File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
ios/RNCarrierInfo.xcodeproj Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 213213 HEADER_SEARCH_PATHS = (
214214 "$(inherited)",
215215 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
216+ "$(SRCROOT)/../../../React/**",
216217 "$(SRCROOT)/../../react-native/React/**",
218+ "${SRCROOT}/../../../ios/Pods/Headers/Public/**",
217219 );
218220 OTHER_LDFLAGS = "-ObjC";
219221 PRODUCT_NAME = "$(TARGET_NAME)";
227229 HEADER_SEARCH_PATHS = (
228230 "$(inherited)",
229231 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
232+ "$(SRCROOT)/../../../React/**",
230233 "$(SRCROOT)/../../react-native/React/**",
234+ "${SRCROOT}/../../../ios/Pods/Headers/Public/**",
231235 );
232236 OTHER_LDFLAGS = "-ObjC";
233237 PRODUCT_NAME = "$(TARGET_NAME)";
You can’t perform that action at this time.
0 commit comments