We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi folks, Is there a way to ask for a specific iOS simulator when using the CLI command to run the project?
As an example, when running the dotnet build HelloMaui -t:Run -f net6.0-ios command from the CLI, the iPad Pro simulator is started.
dotnet build HelloMaui -t:Run -f net6.0-ios
Is there a way to set it to a different model (i.e. iPhone 12) ?
The text was updated successfully, but these errors were encountered:
Yes, there is: dotnet/xamarin#26 (comment) (it's not very user-friendly at the moment, but it will be improved in a later release).
Sorry, something went wrong.
No branches or pull requests
Hi folks,
Is there a way to ask for a specific iOS simulator when using the CLI command to run the project?
As an example, when running the
dotnet build HelloMaui -t:Run -f net6.0-ios
command from the CLI, the iPad Pro simulator is started.Is there a way to set it to a different model (i.e. iPhone 12) ?
The text was updated successfully, but these errors were encountered: