Skip to content

Commit

Permalink
Merge pull request #10865 from dnkoutso/its_4
Browse files Browse the repository at this point in the history
Even more correct xcframework paths
  • Loading branch information
dnkoutso committed Aug 12, 2021
2 parents 3f0d276 + f17d1a6 commit 7b6a289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cocoapods/generator/copy_xcframework_script.rb
Expand Up @@ -161,7 +161,7 @@ def script
local basepath="$1"
local name="$2"
local package_type="$3"
local paths=("${@:3}")
local paths=("${@:4}")
# Locate the correct slice of the .xcframework for the current architectures
select_slice "${paths[@]}"
Expand Down

0 comments on commit 7b6a289

Please sign in to comment.