From 6933e2f499b8c2b3a318cc4dbceb83b88ab39b0e Mon Sep 17 00:00:00 2001 From: Sergio Campamá Date: Tue, 5 Jun 2018 15:14:19 -0400 Subject: Update code to work for Xcode 10b1 (#4729) * Update code to work for Xcode 10b * Update README and test scripts to mention that Xcode 7 is no longer supported --- objectivec/DevTools/full_mac_build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'objectivec/DevTools') diff --git a/objectivec/DevTools/full_mac_build.sh b/objectivec/DevTools/full_mac_build.sh index 42e4105a..c673fcba 100755 --- a/objectivec/DevTools/full_mac_build.sh +++ b/objectivec/DevTools/full_mac_build.sh @@ -244,8 +244,7 @@ if [[ "${DO_XCODE_IOS_TESTS}" == "yes" ]] ; then exit 10 ;; 7.* ) - echo "ERROR: The unittests include Swift code that is now Swift 3.0." 1>&2 - echo "ERROR: Xcode 8.0 or higher is required to build the test suite, but the library works with Xcode 7.x." 1>&2 + echo "ERROR: Xcode 7.x no longer supported for building, please use 8.0 or higher." 1>&2 exit 11 ;; 8.0* ) -- cgit v1.2.3