aboutsummaryrefslogtreecommitdiff
path: root/objectivec/DevTools/full_mac_build.sh
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@gmail.com>2018-06-06 09:41:26 -0700
committerGitHub <noreply@github.com>2018-06-06 09:41:26 -0700
commit6ed0141c2e872dd5abbee2f9436ce7e65a1409b7 (patch)
treeca05210736f5396f02f49d046b0e01ea54a10f3d /objectivec/DevTools/full_mac_build.sh
parent7e199b9e3501c2a34eeb28fd7eecde46086ad65f (diff)
parenta3f31bf0e2b74a5b29cbde36ee0d45937f76fda6 (diff)
downloadprotobuf-6ed0141c2e872dd5abbee2f9436ce7e65a1409b7.tar.gz
protobuf-6ed0141c2e872dd5abbee2f9436ce7e65a1409b7.tar.bz2
protobuf-6ed0141c2e872dd5abbee2f9436ce7e65a1409b7.zip
Merge pull request #4730 from acozzette/xcode
Cherry-picked XCode 10 fixes into 3.6.x branch
Diffstat (limited to 'objectivec/DevTools/full_mac_build.sh')
-rwxr-xr-xobjectivec/DevTools/full_mac_build.sh3
1 files changed, 1 insertions, 2 deletions
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* )