We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d820f8d + 8f5bfe3 commit a131464Copy full SHA for a131464
ios/RNSentry.xcodeproj/project.pbxproj
@@ -474,7 +474,10 @@
474
"$(inherited)",
475
"$(PROJECT_DIR)",
476
);
477
- HEADER_SEARCH_PATHS = "$(inherited)";
+ HEADER_SEARCH_PATHS = (
478
+ "$(inherited)",
479
+ "$(SRCROOT)/../../react-native/React/**",
480
+ );
481
LIBRARY_SEARCH_PATHS = "$(inherited)";
482
OTHER_LDFLAGS = "-ObjC";
483
PRODUCT_NAME = RNSentry;
@@ -489,7 +492,10 @@
489
492
490
493
491
494
495
496
497
498
499
500
501
0 commit comments