Skip to content

Commit

Permalink
Removed the -all_load linker flag. Fixed issue #62.
Browse files Browse the repository at this point in the history
  • Loading branch information
eskroch committed Mar 16, 2014
1 parent dcf13bc commit b6569f4
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions framework/CorePlot-CocoaTouch.xcodeproj/project.pbxproj
Expand Up @@ -1208,10 +1208,6 @@
"-Wno-deprecated-implementations",
);
OTHER_CPTLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
OTHER_LDFLAGS = (
"-all_load",
"-ObjC",
);
PRODUCT_NAME = "CorePlot-CocoaTouch";
PUBLIC_HEADERS_FOLDER_PATH = "include/$(PROJECT_NAME)";
SYMROOT = "$(PROJECT_DIR)/../build";
Expand All @@ -1233,10 +1229,6 @@
"-Wno-deprecated-implementations",
);
OTHER_CPTLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
OTHER_LDFLAGS = (
"-all_load",
"-ObjC",
);
PRODUCT_NAME = "CorePlot-CocoaTouch";
PUBLIC_HEADERS_FOLDER_PATH = "include/$(PROJECT_NAME)";
SYMROOT = "$(PROJECT_DIR)/../build";
Expand Down Expand Up @@ -1278,10 +1270,7 @@
"-Wextra",
"-Wno-unused-parameter",
);
OTHER_LDFLAGS = (
"-all_load",
"-ObjC",
);
OTHER_LDFLAGS = "-ObjC";
SDKROOT = iphoneos;
SEPARATE_STRIP = YES;
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1326,10 +1315,7 @@
"-Wextra",
"-Wno-unused-parameter",
);
OTHER_LDFLAGS = (
"-all_load",
"-ObjC",
);
OTHER_LDFLAGS = "-ObjC";
SDKROOT = iphoneos;
SEPARATE_STRIP = YES;
SKIP_INSTALL = YES;
Expand Down

0 comments on commit b6569f4

Please sign in to comment.