-
Notifications
You must be signed in to change notification settings - Fork 549
.NET
Rolf Bjarne Kvinge edited this page Nov 11, 2025
·
11 revisions
Warning
.NET 11 is a prerelease version.
The general process is documented here:
https://docs.microsoft.com/en-us/dotnet/maui/ios/cli
but does not include running on an attached device.
To do that, include -p:RuntimeIdentifier=ios-arm64, along with the other parameters.
dotnet build -t:run -f:net10.0-ios -p:RuntimeIdentifier=ios-arm64 -p:_DeviceName=MY_SPECIFIC_UUID
with MY_SPECIFIC_UUID found as described here but for your device.
Note that this does not work from Windows, only from a Mac.