Skip to content

Commit

Permalink
fix random iOS build bug (using wrong compiler)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamFP committed Jul 10, 2014
1 parent d26750a commit 2060787
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/AirDeviceId.xcodeproj/project.pbxproj
Expand Up @@ -265,6 +265,7 @@
DSTROOT = /tmp/AirDeviceId.dst;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "AirDeviceId/AirDeviceId-Prefix.pch";
GCC_VERSION = "";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -277,6 +278,7 @@
DSTROOT = /tmp/AirDeviceId.dst;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "AirDeviceId/AirDeviceId-Prefix.pch";
GCC_VERSION = "";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 2060787

Please sign in to comment.