Skip to content

Commit

Permalink
Set SDKROOT to appletvsimulator for tvOS platform
Browse files Browse the repository at this point in the history
Gives immediate error instead of running build and failing with linker error complaining about XCTest not containing bitcode when attempting a device build
  • Loading branch information
phatblat committed Apr 24, 2016
1 parent 6a4e107 commit e1f0cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Nimble.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "net.jeffhui.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_MODULE_NAME = Nimble;
PRODUCT_NAME = Nimble;
SDKROOT = appletvos;
SDKROOT = appletvsimulator;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
Expand Down Expand Up @@ -1669,7 +1669,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "net.jeffhui.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_MODULE_NAME = Nimble;
PRODUCT_NAME = Nimble;
SDKROOT = appletvos;
SDKROOT = appletvsimulator;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
Expand Down

0 comments on commit e1f0cf8

Please sign in to comment.