Skip to content

Commit

Permalink
Undo LDFLAGS change
Browse files Browse the repository at this point in the history
  • Loading branch information
kylanhurt committed May 20, 2024
1 parent 3249a13 commit 7ef31c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ios/MetaMask.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,11 @@
"$(inherited)",
"-DFB_SONARKIT_ENABLED=1",
);
OTHER_LDFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "io.metamask.MetaMask-QA";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "Bitrise Internal Release - MetaMask-QA";
Expand Down

0 comments on commit 7ef31c8

Please sign in to comment.