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

Remove Cocoapods warning of OTHER_LDFLAGS
pull/2427/head^2
Michael Lumish 10 years ago
commit ba906eda12
  1. 2
      src/objective-c/tests/Tests.xcodeproj/project.pbxproj

@ -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;
};

Loading…
Cancel
Save