Skip to content

Commit

Permalink
corrected pod path
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Oct 13, 2024
1 parent 2d88192 commit 3bc0651
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 136 deletions.
4 changes: 2 additions & 2 deletions apps/box/ios/Box.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@
"-fprofile-instr-generate",
"-ObjC",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../node_modules/react-native";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
};
name = Debug;
Expand Down Expand Up @@ -866,7 +866,7 @@
"-fprofile-instr-generate",
"-ObjC",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../node_modules/react-native";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
Expand Down
Loading

0 comments on commit 3bc0651

Please sign in to comment.