Skip to content
Snippets Groups Projects
Commit 243e8ee4 authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Remove Cocoapods warning of OTHER_LDFLAGS

We don’t use the Tests library target anyway.
parent f87a0984
No related branches found
No related tags found
No related merge requests found
...@@ -391,7 +391,6 @@ ...@@ -391,7 +391,6 @@
635697DC1B14FC11007A7283 /* Debug */ = { 635697DC1B14FC11007A7283 /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES; SKIP_INSTALL = YES;
}; };
...@@ -400,7 +399,6 @@ ...@@ -400,7 +399,6 @@
635697DD1B14FC11007A7283 /* Release */ = { 635697DD1B14FC11007A7283 /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES; 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