Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/macios
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ef58e1e31b
Choose a base ref
...
head repository: dotnet/macios
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5768545e9e
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Feb 4, 2026

  1. [release/11.0.1xx-preview1] [msbuild] Fix finding applicable simulato…

    …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.
    rolfbjarne authored Feb 4, 2026
    8 Configuration menu
    Copy the full SHA
    5768545 View commit details
    Browse the repository at this point in the history
Loading