Skip to content

Commit

Permalink
Add the -all_load flag necessary to make iOS pick up categories
Browse files Browse the repository at this point in the history
  • Loading branch information
stig committed May 17, 2011
1 parent 4245d10 commit 82af387
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JSON.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,7 @@
OTHER_LDFLAGS = (
"-framework",
SenTestingKit,
"-all_load",
);
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
Expand All @@ -1091,6 +1092,7 @@
OTHER_LDFLAGS = (
"-framework",
SenTestingKit,
"-all_load",
);
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
Expand Down

0 comments on commit 82af387

Please sign in to comment.