Forum Discussion
Neham98
Apr 11, 2022Copper Contributor
.NET MAUI APP Crashing On MAC Machine and IOs device
.NET MAUI APP runs fine on windows and Android but crashes on Mac Machine and IOs device, is this because the template is in still preview ?, if not kindly help us out with a working sample solution that works on every platform.
I am Using Visual Studio for Mac 2022 preview 17.1 and MacOs version is 13 with XCode 13 beta installed .
3 Replies
Sort By
- JamesMontemagno
Microsoft
Hard to say based on context, but I would open an issue on GitHub https://github.com/dotnet/maui- Neham98Copper Contributor
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- laibulleCopper Contributor
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.