Skip to content

Commit

Permalink
Even more correct xcframework paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Aug 12, 2021
1 parent 3f0d276 commit f17d1a6
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 f17d1a6

Please sign in to comment.