project does not know how to run the profile with the name ipad and command mobile

Nick Hunter-blair 0 Reputation points
2026-01-14T18:04:44.9566667+00:00

Get this message on debugging project with ipad. Cannot debug even an empty iOS net maui project? This has been going on with several previous versions of visual insiders 26

Developer technologies | .NET | .NET MAUI
{count} votes

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Jack Dang (WICLOUD CORPORATION) 11,820 Reputation points Microsoft External Staff Moderator
    2026-01-15T05:15:49.9233333+00:00

    Hi @Nick Hunter-blair ,

    Thanks for reaching out.

    In most cases, this error isn’t caused by your app code. It typically indicates that Visual Studio doesn’t recognize the selected iOS run profile (for example, the iPad profile using the mobile command). Even with an empty .NET MAUI iOS project, this kind of problem is usually linked to tooling or configuration rather than the project itself.

    A few things worth checking:

    • Make sure the .NET MAUI and iOS workloads are fully installed and up to date.
    • Verify that your Xcode version and iOS simulators are compatible with the MAUI version you’re using.
    • Try deleting the bin/obj folders and restarting Visual Studio.
    • If you’re using Visual Studio Insiders, this can sometimes be related to preview regressions - switching temporarily to the stable Visual Studio channel can help isolate the issue.
    • Re-select the iOS target (simulator or device) to force Visual Studio to recreate the run profile.

    Since you mentioned this has been happening across several Insider builds, it still strongly suggests a tooling issue rather than anything missing in your project setup. Even though Visual Studio 2026 has a stable release, some developers continue to see iOS/.NET MAUI tooling issues in certain scenarios.

    If the error persists after checking the above, a practical workaround is to continue using Visual Studio 2022, which is known to be stable for iOS .NET MAUI development, while this behavior is investigated or addressed in newer versions.

    Hope this helps! If my answer was helpful - kindly follow the instructions here so others with the same problem can benefit as well.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.