From 118b7a7f1ff2a67037f753a2279530db85e914fb Mon Sep 17 00:00:00 2001 From: Arthur Geron <3487334+arthurgeron@users.noreply.github.com> Date: Fri, 5 Apr 2024 15:45:51 -0300 Subject: [PATCH] fix: destination device ios --- .github/workflows/ci-example-ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-example-ios.yml b/.github/workflows/ci-example-ios.yml index 14ee58651..310fe8009 100644 --- a/.github/workflows/ci-example-ios.yml +++ b/.github/workflows/ci-example-ios.yml @@ -80,5 +80,5 @@ jobs: workspace: IapExample/ios/IapExample.xcworkspace scheme: IapExample sdk: iphonesimulator - destination: 'platform=iOS Simulator,name=iPhone 15' + destination: 'platform=iOS,name=Any iOS Device' action: build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO