From 0485a6b67f8d5604bef76849d17152fab31b2497 Mon Sep 17 00:00:00 2001 From: Corey Date: Mon, 11 Mar 2024 18:29:51 -0700 Subject: [PATCH] ci: fix repo documentation deployment (#161) --- Scripts/generate-documentation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/generate-documentation b/Scripts/generate-documentation index 6fb6435b2..38e777b9b 100755 --- a/Scripts/generate-documentation +++ b/Scripts/generate-documentation @@ -102,7 +102,7 @@ cd "$PROJECT_ROOT" mkdir "$TEMP_WORKSPACE_DIR" mv Parse.xcworkspace "$TEMP_WORKSPACE_DIR/Parse.xcworkspace" -xcodebuild clean build -scheme ParseSwift\ \(iOS\) \ +xcodebuild clean build -scheme ParseSwift \ -destination generic/platform=iOS \ OTHER_SWIFT_FLAGS="-emit-symbol-graph -emit-symbol-graph-dir '$SGFS_DIR'" | xcpretty