From cec3825de06290fa43272ab3287741b7dda6be76 Mon Sep 17 00:00:00 2001 From: mahee96 <47920326+mahee96@users.noreply.github.com> Date: Thu, 27 Feb 2025 04:40:41 +0530 Subject: [PATCH] - Makefile: build-tests need destination param same as run-tests --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8bd614cd..a5d17569 100755 --- a/Makefile +++ b/Makefile @@ -213,6 +213,7 @@ build-tests: @echo "Performing a build-for-testing..." @xcodebuild build-for-testing \ -enableCodeCoverage YES \ + -destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=18.2' \ $(COMMON_BUILD_SETTINGS) run-tests: