From 21311080f075dd1d2a8cc05a3a34bc4684ec7e25 Mon Sep 17 00:00:00 2001 From: Stuart Lynch Date: Wed, 16 Oct 2024 20:27:47 +0100 Subject: [PATCH] Build for device --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e1777f11..cf7444b8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -90,7 +90,8 @@ jobs: -workspace externaldisplayexample.xcworkspace \ -scheme externaldisplayexample \ -configuration Release \ - -sdk iphonesimulator \ + -sdk iphoneos \ + -destination generic/platform=iOS \ -derivedDataPath build | xcpretty build-ios-new-arch: @@ -147,7 +148,8 @@ jobs: -workspace externaldisplayexample.xcworkspace \ -scheme externaldisplayexample \ -configuration Release \ - -sdk iphonesimulator \ + -sdk iphoneos \ + -destination generic/platform=iOS \ -derivedDataPath build | xcpretty build-android-old-arch: