Skip to content

Commit

Permalink
Merge pull request PrimaryFeather#1078 from threerings/SDK6Fix
Browse files Browse the repository at this point in the history
Specify deployment target as iOS 4.3

Without specifying a deployment target, the Sparrow project defaults to the latest version (6), which causes a dynamic linking error shortly after launch (since 4.3 is the minimum iOS target supported by the latest SDK).
  • Loading branch information
PrimaryFeather committed Sep 20, 2012
2 parents cd1e31d + 7e7a095 commit d391c6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sparrow/src/Sparrow.xcodeproj/project.pbxproj
Expand Up @@ -885,6 +885,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
OTHER_LDFLAGS = (
"-all_load",
"-ObjC",
Expand All @@ -910,6 +911,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
OTHER_LDFLAGS = (
"-all_load",
"-ObjC",
Expand Down

0 comments on commit d391c6a

Please sign in to comment.