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,