From a9cf2ddccea4c8a4c09216a80ca4e556d383d2ef Mon Sep 17 00:00:00 2001 From: William Hutson Date: Tue, 18 Jul 2017 12:44:30 -0400 Subject: [PATCH] Ensure Fastlane is using Xcode 8.3.2 --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 8f092d1..9a5a0fb 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -17,7 +17,7 @@ default_platform :ios platform :ios do before_all do - ensure_xcode_version(version: "8.2.1") + ensure_xcode_version(version: "8.3.2") end desc "run tests"