From ebd035bd0c71519d9f9a529f37e8040d857c0099 Mon Sep 17 00:00:00 2001 From: Michael Feldstein Date: Tue, 6 Oct 2015 13:56:18 -0700 Subject: [PATCH] Use ios sdk 9.0, 7.0 is really old --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 999f66b65..399c72e2e 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ set -e -IOSSDK_VER="7.0" +IOSSDK_VER="9.0" # xcodebuild -showsdks