Skip to content

Commit 3810a60

Browse files
cameroncookecodex
andcommitted
ci: Avoid forcing iOS SDK for DemoApp build
The DemoApp scheme embeds a watchOS app. Passing -sdk iphonesimulator makes Xcode 15.4 resolve parts of the embedded watch build through iOS simulator package product paths, which fails at link time. Let the destination select the SDK for the mixed-platform scheme while keeping explicit SDKs for the package-only jobs. Refs EME-1168 Co-Authored-By: Codex <noreply@openai.com>
1 parent 5425458 commit 3810a60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Xcode select
1616
run: sudo xcode-select -s '/Applications/Xcode_15.4.app/Contents/Developer'
1717
- name: Build TestApp
18-
run: cd Examples && xcodebuild build -scheme DemoApp -sdk iphonesimulator -destination 'generic/platform=iOS Simulator' -project DemoApp/DemoApp.xcodeproj
18+
run: cd Examples && xcodebuild build -scheme DemoApp -destination 'generic/platform=iOS Simulator' -project DemoApp/DemoApp.xcodeproj
1919
- name: Build Snapshotting
2020
run: xcodebuild build -scheme Snapshotting -sdk iphonesimulator -destination 'generic/platform=iOS Simulator'
2121
- name: Build SnapshottingTests

0 commit comments

Comments
 (0)