Commit 3810a60
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments