From cede7978e4a978ff39a5ead89217b7a48915b73d Mon Sep 17 00:00:00 2001 From: shenlei Date: Mon, 20 Jul 2026 15:00:30 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BE=93=E5=87=BA=E5=AE=8C=E6=95=B4?= =?UTF-8?q?=E5=BD=92=E6=A1=A3=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/services/build_service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/services/build_service.py b/backend/services/build_service.py index 6406d23..8b51ff1 100644 --- a/backend/services/build_service.py +++ b/backend/services/build_service.py @@ -787,7 +787,6 @@ async def build_project(task_id: str, task, config_data: dict, build_dir: Path) "-archivePath", str(archive_path), "-derivedDataPath", str(export_path / "derived_data"), "-destination", "generic/platform=ios", - "-quiet", cwd=str(build_dir), stdout=asyncio.subprocess.PIPE, stderr=asyncio.subprocess.STDOUT,