We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a8af0 commit 4e355c1Copy full SHA for 4e355c1
1 file changed
example/ios/QuickCryptoExample.xcodeproj/project.pbxproj
@@ -434,7 +434,7 @@
434
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
435
);
436
OTHER_LDFLAGS = "$(inherited)";
437
- REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native";
+ REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
438
SDKROOT = iphoneos;
439
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
440
SWIFT_ENABLE_EXPLICIT_MODULES = NO;
@@ -519,7 +519,7 @@
519
520
521
522
523
524
525
USE_HERMES = true;
0 commit comments