Skip to content

Commit 848b1eb

Browse files
committed
fix: correct REACT_NATIVE_PATH in project.pbxproj
1 parent c732c68 commit 848b1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/ios/QuickCryptoExample.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
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;

0 commit comments

Comments
 (0)