Skip to content

Commit 376c0e3

Browse files
vveerrggclaude
andcommitted
fix(ci): use generic simulator destination
macos-latest (Xcode 16.4) has no iPhone 16 simulator runtime pre-installed. Use generic/platform=iOS Simulator to compile without a specific device. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9f9470a commit 376c0e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
-project NostrKey.xcodeproj \
2020
-scheme NostrKey \
2121
-configuration Debug \
22-
-destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' \
22+
-destination 'generic/platform=iOS Simulator' \
2323
CODE_SIGN_IDENTITY="" \
2424
CODE_SIGNING_REQUIRED=NO \
2525
CODE_SIGNING_ALLOWED=NO

0 commit comments

Comments
 (0)