aboutsummaryrefslogtreecommitdiff
path: root/objectivec/DevTools
diff options
context:
space:
mode:
authorSergio Campamá <kaipi@google.com>2018-06-05 15:14:19 -0400
committerThomas Van Lenten <thomasvl@google.com>2018-06-05 15:14:19 -0400
commit6933e2f499b8c2b3a318cc4dbceb83b88ab39b0e (patch)
tree4d8a9bb9fdb9a6a8721732c076aa09a975177fba /objectivec/DevTools
parenta4d16ed886068c68dd84eeb2fc441a7435f515ab (diff)
downloadprotobuf-6933e2f499b8c2b3a318cc4dbceb83b88ab39b0e.tar.gz
protobuf-6933e2f499b8c2b3a318cc4dbceb83b88ab39b0e.tar.bz2
protobuf-6933e2f499b8c2b3a318cc4dbceb83b88ab39b0e.zip
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
Diffstat (limited to 'objectivec/DevTools')
-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* )