Skip to content

Commit 56edd6e

Browse files
authored
Fix framework symlink resolution error by add -y to zip command in build_framework.sh (#66)
1 parent 620b463 commit 56edd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_framework.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ xcodebuild \
5959

6060
# zip the xcframework
6161
status "Zipping CodeLanguagesContainer.xcframework..."
62-
zip -r -q "$OUTPUT_PATH".zip "$OUTPUT_PATH"
62+
zip -r -q -y "$OUTPUT_PATH".zip "$OUTPUT_PATH"
6363

6464
# remove the unzipped xcframework
6565
rm -rf "$OUTPUT_PATH"

0 commit comments

Comments
 (0)