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 5dada0f commit 14b87acCopy full SHA for 14b87ac
scripts/build-plugin.sh
@@ -39,7 +39,7 @@ build_plugin() {
39
DEVELOPMENT_TEAM="$TEAM_ID" \
40
-skipPackagePluginValidation \
41
-derivedDataPath "$DERIVED_DATA_DIR" \
42
- clean build 2>&1 | tee "build-plugin-${arch}.log" >&2; then
+ build 2>&1 | tee "build-plugin-${arch}.log" >&2; then
43
echo "FATAL: xcodebuild failed for $PLUGIN_TARGET ($arch)" >&2
44
echo "Check build-plugin-${arch}.log for details" >&2
45
exit 1
@@ -140,8 +140,8 @@ notarize_zip() {
140
fi
141
}
142
143
-# Clean build directory
144
-rm -rf "$BUILD_DIR"
+# Clean build directories
+rm -rf "$BUILD_DIR" build/DerivedData
145
mkdir -p "$BUILD_DIR"
146
147
case "$ARCH" in
0 commit comments