Description
I can’t get around the following Deploy related error in Maui:
Error DEP1700: The recipe file "G:QuickJournalSyncbinDebugnet8.0-windows10.0.19041.0win10-x64QuickJournalSync.build.appxrecipe" does not exist. You may need to build your project.
Missing appxrecipe
I’m trying to create a demo solution mixing .net maui (C# 8.0) with a Realm persistence example and a Syncfusion.
I’ve posted this in Github issues, too, for Maui, but am hoping someone in SO community can help me find a solution.
Neither realm nor Syncfusion are implicated here as this error has appeared off and on in Maui community and for me for about a half a year at least and nothing throws any errors. It’s all about this weird “missing recipe” error.
In the past I’ve “fixed” by deleting bin, obj and vs folders in the project, manually, restarting windows and then builds would often work.
Not anymore. And now someone else was able to repo the error from the example project on github.
Steps to Reproduce
Use the repo here and let me know if you get the error like above.
Triage Failures
I have
- deleted all bin obj and vs folders
- cleaned solution
- repaired visual studio
etc… I then completely uninstalled and installed visual studio. No change same result: can’t debug app because it won’t deploy because “missing recipe”.
Similar issues from Past
- https://github.com/dotnet/maui/issues/16975
- https://github.com/dotnet/maui/issues/6398
- https://github.com/dotnet/maui/issues/2493
- https://github.com/dotnet/maui/issues/2447
- https://github.com/dotnet/maui/issues/9467