Forum Discussion
.NET MAUI APP Crashing On MAC Machine and IOs device
JamesMontemagno can we add blazor web assembly project as a dependency or reference to . Net Maui Blazor project , i have done this but the application fails to build
```Project Portal.Shared is not compatible with net6.0 (.NETCoreApp,Version=v6.0) / browser-wasm. Project Portal.Shared supports:
- net6.0-android31.0 (.NETCoreApp,Version=v6.0)
- net6.0-ios15.2 (.NETCoreApp,Version=v6.0)
- net6.0-maccatalyst15.2 (.NETCoreApp,Version=v6.0)
Restore failed.``` for the above mentioned issue i have added a single line <UseMaui>true</UseMaui> in the project which i was using as a dependency . The solution works absolutely fine on Android and Windows but doesnt work on Mac and Ios . I Maui still not supported by Mac Vs 2022 also can you Kindly make a sample app that works perfectly fine on all platforms which would help us to know Mac supports to Maui and thanks for your previous Quick Response
Neham98 it is a Microsoft conspiracy to force you buy a surface laptop studio. I have the same issue and I am stucked with my Windows laptop. Anyway hot reload doesn't work on Mac which is a no go IMO. Maui and Xamarin are so far from React Native and Flutter DX, sometime I am wondering if it is a joke.
Honestly I think I will use F#/fable with React Native because I can't see how the situation could improve on Mac.