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: