Skip to content

[msbuild] Fix finding applicable simulator devices in GetMlaunchArguments task.#24610

Merged
rolfbjarne merged 4 commits intomainfrom
dev/rolf/msbuild-select-devices-fix
Feb 3, 2026
Merged

[msbuild] Fix finding applicable simulator devices in GetMlaunchArguments task.#24610
rolfbjarne merged 4 commits intomainfrom
dev/rolf/msbuild-select-devices-fix

Conversation

@rolfbjarne
Copy link
Member

When we're dealing with an app that runs on both iPhone and iPad, we need to
list both iPhone and iPad simulators, not just iPad simulators.

This fixes an issue where we'd fail to find a simulator when specified by a udid if:

  • The app targets both iPhone and iPad.
  • The desired simulator is an iPhone.

The symptom would be this error, after 'dotnet run':

error MT1207: Could not find the simulator device type 'iPhone 4s'.

…ents task.

When we're dealing with an app that runs on both iPhone and iPad, we need to
list both iPhone and iPad simulators, not just iPad simulators.

This fixes an issue where we'd fail to find a simulator when specified by a udid if:

* The app targets both iPhone and iPad.
* The desired simulator is an iPhone.

The symptom would be this error, after 'dotnet run':

> error MT1207: Could not find the simulator device type 'iPhone 4s'.
@rolfbjarne rolfbjarne requested a review from Copilot February 2, 2026 20:46
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a bug in the GetMlaunchArguments MSBuild task where it failed to find iPhone simulators when the app targets both iPhone and iPad devices. The issue occurred because the code only looked for iPad simulators when IPhoneAndIPad was specified, excluding valid iPhone simulators from the search.

Changes:

  • Changed productFamily from a single string to productFamilies array to support multiple device families
  • Updated the IPhoneAndIPad case to include both "iPhone" and "iPad" product families instead of just "iPad"
  • Modified the XPath query to use an OR condition across all applicable product families

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [CI Build #4ad1d10] Build passed (Build packages) ✅

Pipeline on Agent
Hash: 4ad1d10dd5c6dafe9626556a4953fdc03570d40a [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [PR Build #4ad1d10] Build passed (Detect API changes) ✅

Pipeline on Agent
Hash: 4ad1d10dd5c6dafe9626556a4953fdc03570d40a [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ API diff for current PR / commit

NET (empty diffs)

✅ API diff vs stable

NET (empty diffs)

ℹ️ Generator diff

Generator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes)

Pipeline on Agent
Hash: 4ad1d10dd5c6dafe9626556a4953fdc03570d40a [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [CI Build #4ad1d10] Build passed (Build macOS tests) ✅

Pipeline on Agent
Hash: 4ad1d10dd5c6dafe9626556a4953fdc03570d40a [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #4ad1d10] Tests on macOS M1 - Mac Monterey (12) passed 💻

All tests on macOS M1 - Mac Monterey (12) passed.

Pipeline on Agent
Hash: 4ad1d10dd5c6dafe9626556a4953fdc03570d40a [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #4ad1d10] Tests on macOS M1 - Mac Ventura (13) passed 💻

All tests on macOS M1 - Mac Ventura (13) passed.

Pipeline on Agent
Hash: 4ad1d10dd5c6dafe9626556a4953fdc03570d40a [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #4ad1d10] Tests on macOS arm64 - Mac Sequoia (15) passed 💻

All tests on macOS arm64 - Mac Sequoia (15) passed.

Pipeline on Agent
Hash: 4ad1d10dd5c6dafe9626556a4953fdc03570d40a [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #4ad1d10] Tests on macOS arm64 - Mac Tahoe (26) passed 💻

All tests on macOS arm64 - Mac Tahoe (26) passed.

Pipeline on Agent
Hash: 4ad1d10dd5c6dafe9626556a4953fdc03570d40a [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #4ad1d10] Tests on macOS X64 - Mac Sonoma (14) passed 💻

All tests on macOS X64 - Mac Sonoma (14) passed.

Pipeline on Agent
Hash: 4ad1d10dd5c6dafe9626556a4953fdc03570d40a [PR build]

@vs-mobiletools-engineering-service2

This comment has been minimized.

@rolfbjarne rolfbjarne enabled auto-merge (squash) February 3, 2026 15:29
@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2
Copy link
Collaborator

🚀 [CI Build #4ad1d10] Test results 🚀

Test results

✅ All tests passed on VSTS: test results.

🎉 All 117 tests passed 🎉

Tests counts

✅ cecil: All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (iOS): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (MacCatalyst): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (macOS): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (Multiple platforms): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (tvOS): All 1 tests passed. Html Report (VSDrops) Download
✅ framework: All 2 tests passed. Html Report (VSDrops) Download
✅ fsharp: All 4 tests passed. Html Report (VSDrops) Download
✅ generator: All 5 tests passed. Html Report (VSDrops) Download
✅ interdependent-binding-projects: All 4 tests passed. Html Report (VSDrops) Download
✅ introspection: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ linker: All 44 tests passed. Html Report (VSDrops) Download
✅ monotouch (iOS): All 9 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ monotouch (MacCatalyst): All 11 tests passed. [attempt 3] Html Report (VSDrops) Download
✅ monotouch (macOS): All 9 tests passed. Html Report (VSDrops) Download
✅ monotouch (tvOS): All 9 tests passed. Html Report (VSDrops) Download
✅ msbuild: All 2 tests passed. Html Report (VSDrops) Download
✅ windows: All 3 tests passed. Html Report (VSDrops) Download
✅ xcframework: All 4 tests passed. Html Report (VSDrops) Download
✅ xtro: All 1 tests passed. [attempt 2] Html Report (VSDrops) Download

Pipeline on Agent
Hash: 4ad1d10dd5c6dafe9626556a4953fdc03570d40a [PR build]

@rolfbjarne rolfbjarne merged commit 64e2b82 into main Feb 3, 2026
47 checks passed
rolfbjarne added a commit that referenced this pull request Feb 4, 2026
…r devices in GetMlaunchArguments task. (#24611)

When we're dealing with an app that runs on both iPhone and iPad, we need to
list both iPhone and iPad simulators, not just iPad simulators.

This fixes an issue where we'd fail to find a simulator when specified by a udid if:

* The app targets both iPhone and iPad.
* The desired simulator is an iPhone.

The symptom would be this error, after 'dotnet run':

> error MT1207: Could not find the simulator device type 'iPhone 4s'.

Backport of #24610.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants