Building a MAUI app from Visual studio 2022 on Windows to run it on Mac, Mac acts as a remote build host. ?

Iyyappan, Murugan 0 Reputation points
2025-04-21T11:08:21.7633333+00:00

Hi,

I have created the MAUI and Paired to the Mac system using ip address from Visual studio.
Selected the target as "Mac Catalyst" and while running from VS in windows i am getting below error,
User's image

Same way i tried from another windows machine with few changes, i am getting another below error,

User's image

Is this possible to build the MAUI app from window and MAC as build host?

If not, which will be the suitable way to go forward.

Thanks,
Murugan

Developer technologies | .NET | .NET MAUI
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,851 Reputation points Volunteer Moderator
    2025-04-21T20:38:04.7066667+00:00

    visual studio 2022 does not support starting or debugging Mac Catalyst apps. you must use the dotnet command line tools (requires the maui workload). you can use visual studio code.

    https://learn.microsoft.com/en-us/dotnet/maui/mac-catalyst/cli?view=net-maui-9.0

    0 comments No comments

  2. 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

Your answer

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