Skip to content

Commit

Permalink
Fix xcframework loop
Browse files Browse the repository at this point in the history
  • Loading branch information
fermoya committed Apr 7, 2022
1 parent b898aef commit d5b3c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_xcframework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ for i in ${!SCHEMES[@]}; do

for j in ${!ARCHIVE[@]}; do
ARCHIVE_PATH="$FRAMEWORKS_PATH/${ARCHIVE[$j]}"
if [ -z "${PLATFORM[$j]}"]; then
if [ -z "${PLATFORM[$j]}" ]; then
xcodebuild archive -scheme ${SCHEMES[$i]} \
-project $PROJ_PATH \
-archivePath $ARCHIVE_PATH \
Expand Down

0 comments on commit d5b3c96

Please sign in to comment.