.NET MAUI Debug Build works fine but Release Build fails

1.9k Views Asked by At

I'm trying to publish my MAUI project in release mode for iOS and Android and right now in Debug mode I can get the app on my iPhone, as well as launch the Android emulator and have that work. But when I go into release mode it just... doesn't work? There's not even any errors it just builds for like 10x longer than normal and then says "Deployment Failed".

I tried to build my project in release mode (both iOS and Android, both failed) and I expected that it would be the same as Debug mode and just work. But it just says Deployment Failed with nothing really in the errors box.

0

There are 0 best solutions below