Skip to content

Commit

Permalink
Update Xcode version for xcframework
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Jan 11, 2024
1 parent 705577c commit c5178ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ platform :ios do
lane :xcframework do |options|
target_version = "Kingfisher-#{options[:version]}"

xcversion(version: "~> 15.0")
xcversion(version: "~> 15.2")
FileUtils.rm_rf '../build'

frameworks = {}
Expand Down

0 comments on commit c5178ba

Please sign in to comment.