We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b898aef commit d5b3c96Copy full SHA for d5b3c96
scripts/build_xcframework.sh
@@ -35,7 +35,7 @@ for i in ${!SCHEMES[@]}; do
35
36
for j in ${!ARCHIVE[@]}; do
37
ARCHIVE_PATH="$FRAMEWORKS_PATH/${ARCHIVE[$j]}"
38
- if [ -z "${PLATFORM[$j]}"]; then
+ if [ -z "${PLATFORM[$j]}" ]; then
39
xcodebuild archive -scheme ${SCHEMES[$i]} \
40
-project $PROJ_PATH \
41
-archivePath $ARCHIVE_PATH \
0 commit comments