Fix: Model building is not supported when publishing with NativeAOT in a .NET MAUI iOS build
iOS builds set DynamicCodeSupport=false, so EF Core refuses to build the model even though you never enabled NativeAOT. Ship a compiled model plus precompiled queries, or turn the interpreter back on.