Skip to content

Commit

Permalink
specified xcode version in fastfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
msadoon committed Mar 29, 2023
1 parent f166025 commit a5a4981
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .fastlane/Fastfile
@@ -1,5 +1,5 @@
fastlane_version "2.158.0"

xcversion(version: "8.1")
default_platform :ios

platform :ios do
Expand Down Expand Up @@ -231,8 +231,7 @@ platform :ios do
export_method: options[:export_method],
scheme: "Kickstarter-iOS",
configuration: options[:configuration],
export_options: export_options,
sdk: "iOS 15.4"
export_options: export_options
)
end

Expand Down

0 comments on commit a5a4981

Please sign in to comment.