Skip to content

Commit 5516101

Browse files
committed
ci: use -sdk iphoneos for Capacitor iOS build (avoids simulator runtime requirement)
1 parent 626583f commit 5516101

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-capacitor-ios.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,7 @@ jobs:
5151
cd test-cap-app/ios/App
5252
xcodebuild build \
5353
-scheme App \
54-
-destination 'generic/platform=iOS Simulator' \
54+
-sdk iphoneos \
55+
CODE_SIGN_IDENTITY="" \
56+
CODE_SIGNING_REQUIRED=NO \
5557
CODE_SIGNING_ALLOWED=NO

0 commit comments

Comments
 (0)