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 cf89d17 commit 4be02b6Copy full SHA for 4be02b6
build.sh
@@ -19,7 +19,7 @@ SIMULATOR_ARCHIVE_PATH="${FRAMEWORK_FOLDER_NAME}/simulator.xcarchive"
19
IOS_DEVICE_ARCHIVE_PATH="${FRAMEWORK_FOLDER_NAME}/iOS.xcarchive"
20
21
# clean up old releases
22
-zip -r Segment.xcframework.zip
+rm -rf Segment.xcframework.zip
23
echo "Deleted the xcframework"
24
25
rm -rf "${FRAMEWORK_FOLDER_NAME}"
0 commit comments