Ensure Fastlane is using Xcode 8.3.2
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user