Skip to content

Commit 4e355c1

Browse files
committed
fix(ios): revert REACT_NATIVE_PATH to ../../ for local build compatibility
1 parent 33a8af0 commit 4e355c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/ios/QuickCryptoExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@
434434
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
435435
);
436436
OTHER_LDFLAGS = "$(inherited)";
437-
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native";
437+
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
438438
SDKROOT = iphoneos;
439439
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
440440
SWIFT_ENABLE_EXPLICIT_MODULES = NO;
@@ -519,7 +519,7 @@
519519
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
520520
);
521521
OTHER_LDFLAGS = "$(inherited)";
522-
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native";
522+
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
523523
SDKROOT = iphoneos;
524524
SWIFT_ENABLE_EXPLICIT_MODULES = NO;
525525
USE_HERMES = true;

0 commit comments

Comments
 (0)