Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save derekforeman/5103d25c66e182fa6e5642fc07ccecf0 to your computer and use it in GitHub Desktop.
Save derekforeman/5103d25c66e182fa6e5642fc07ccecf0 to your computer and use it in GitHub Desktop.
Maui Build via CLI - Notes

Catalyst

dotnet build -t:Run -f net6.0-maccatalyst

iOS

Build with default simulator

dotnet build -t:Run -f net6.0-ios

Buid with specific simulator

/Applications/Xcode.app/Contents/Developer/usr/bin/simctl list dotnet build -t:Run -f net6.0-ios -p:_DeviceName=:v2:udid=insert_UDID_here

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