From 4050f42ef17a7ebd8e8ad36b550a046a6cd0cb10 Mon Sep 17 00:00:00 2001 From: sth519 Date: Thu, 27 Nov 2014 14:37:46 +0100 Subject: [PATCH] Default to latest installed iOS SDK by default The iOS 7.1 SDK isn't available anymore in the current version of Xcode, so the script doesn't work without modification. By setting IOS_SDK_VERSION to an empty value, the script will default to a symlink* which always points to the latest installed SDK. * /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk --- port/iOS/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port/iOS/build.sh b/port/iOS/build.sh index 96ee5c4ae..8d0031d58 100755 --- a/port/iOS/build.sh +++ b/port/iOS/build.sh @@ -6,7 +6,7 @@ BUILD_DIR="./lib/iOS" -IOS_SDK_VERSION=7.1 +IOS_SDK_VERSION= IOS_SDK_TARGET=6.0 #(iPhoneOS iPhoneSimulator) -- determined from arch IOS_SDK_DEVICE=