Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turns out this wasn't working because macs don't have, disallow or prevent some stuff. I've not nailed down exactly what, it seems to be code generation and reflection oriented. Unfortunately, that's very much needed for the Sqlite adapter, probably other libs too. The way the debug build works is it enables "The Interpreter" which I have actually struggled to find much information on from a quick google, but I guess it fills in where necessary. Downside being it's slower, but slower is better than "the app doesn't work at all". Here, I conditionally enable the interpreter for release builds now. I've joined a thread about this on the MAUI Repo here: dotnet/maui#13019 (comment)
- Loading branch information