diff --git a/changelog.d/4883.build b/changelog.d/4883.build new file mode 100644 index 0000000000..833909e3d1 --- /dev/null +++ b/changelog.d/4883.build @@ -0,0 +1 @@ +Update Fastfile to use Xcode 13.2 on CI. \ No newline at end of file diff --git a/fastlane/Fastfile b/fastlane/Fastfile index e83ef1bf96..04bcab1bfd 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -18,7 +18,7 @@ platform :ios do before_all do # Ensure used Xcode version - xcversion(version: "~> 12.5") + xcversion(version: "~> 13.2") end #### Pod ####