Skip to content
Snippets Groups Projects
Commit ba906eda authored by Michael Lumish's avatar Michael Lumish
Browse files

Merge pull request #2500 from jcanizales/remove-cocoapods-warning

Remove Cocoapods warning of OTHER_LDFLAGS
parents b69d4c05 243e8ee4
No related branches found
No related tags found
No related merge requests found
......@@ -391,7 +391,6 @@
635697DC1B14FC11007A7283 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
......@@ -400,7 +399,6 @@
635697DD1B14FC11007A7283 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment