Skip to content

Commit

Permalink
Update project.pbxproj with Xcode 15 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Siobhan committed Feb 29, 2024
1 parent a71aa63 commit 2927213
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions ios-xcframework/XCFrameworkScaffold.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,11 @@
"$(inherited)",
_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION,
);
OTHER_LDFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
"-Wl",
"-ld_classic",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../gutenberg/node_modules/react-native";
};
name = Debug;
Expand All @@ -385,7 +389,11 @@
"$(inherited)",
_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION,
);
OTHER_LDFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
"-Wl",
"-ld_classic",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../gutenberg/node_modules/react-native";
};
name = Release;
Expand Down

0 comments on commit 2927213

Please sign in to comment.