Errore nell'avvio di un progetto multipiattaforma Net maui Ios
Ho un progetto multipiattaforma net maui, per android tutto ok, quando lancio lo stesso progetto per vedere se sull'emulatore IOS funziona tutto mi esce questo errore quando avvio l'app:
2024-12-30 18:10:02.804561+0100 Finimpresa[26788:340690] Could not find System.Security.Permissions
referenced by assembly mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
.
2024-12-30 18:10:02.807440+0100 Finimpresa[26788:340690] Could not find System.Threading.AccessControl
referenced by assembly mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
.
2024-12-30 18:10:03.001677+0100 Finimpresa[26788:340837] warning: Unable to insert breakpoint at Finimpresa.Program:Main (string[]):0
Cannot set breakpoint on the specified IL offset.
System.ArgumentException: Cannot set breakpoint on the specified IL offset.
in Mono.Debugger.Soft.VirtualMachine.ErrorHandler(Object sender, ErrorHandlerEventArgs args) in D:\a_work\1\s\External\debugger-libs\Mono.Debugger.Soft\Mono.Debugger.Soft\VirtualMachine.cs:riga 373
in Mono.Debugger.Soft.Connection.SendReceive(CommandSet command_set, Int32 command, PacketWriter packet) in D:\a_work\1\s\External\debugger-libs\Mono.Debugger.Soft\Mono.Debugger.Soft\Connection.cs:riga 1903
in Mono.Debugger.Soft.Connection.EnableEvent(EventType etype, SuspendPolicy suspend_policy, List`1 mods) in D:\a_work\1\s\External\debugger-libs\Mono.Debugger.Soft\Mono.Debugger.Soft\Connection.cs:riga 2851
in Mono.Debugger.Soft.EventRequest.SendReq(List`1 mods) in D:\a_work\1\s\External\debugger-libs\Mono.Debugger.Soft\Mono.Debugger.Soft\EventRequest.cs:riga 106
in Mono.Debugging.Soft.SoftDebuggerSession.InsertBreakpoint(Breakpoint bp, BreakInfo bi, MethodMirror method, Int32 ilOffset) in D:\a_work\1\s\External\debugger-libs\Mono.Debugging.Soft\SoftDebuggerSession.cs:riga 1403
in Mono.Debugging.Soft.SoftDebuggerSession.InsertBreakpoint(Breakpoint bp, BreakInfo bi) in D:\a_work\1\s\External\debugger-libs\Mono.Debugging.Soft\SoftDebuggerSession.cs:riga 1386
in Mono.Debugging.Soft.SoftDebuggerSession.ResolveFunctionBreakpoint(BreakInfo bi, FunctionBreakpoint bp, MethodMirror method) in D:\a_work\1\s\External\debugger-libs\Mono.Debugging.Soft\SoftDebuggerSession.cs:riga 2965
in Mono.Debugging.Soft.SoftDebuggerSession.ResolveBreakpoints(TypeMirror type) in D:\a_work\1\s\External\debugger-libs\Mono.Debugging.Soft\SoftDebuggerSession.cs:riga 2911
in Mono.Debugging.Soft.SoftDebuggerSession.HandleTypeLoadEvents(TypeLoadEvent[] events) in D:\a_work\1\s\External\debugger-libs\Mono.Debugging.Soft\SoftDebuggerSession.cs:riga 2420
in Mono.Debugging.Soft.SoftDebuggerSession.HandleEventSet(EventSet es) in D:\a_work\1\s\External\debugger-libs\Mono.Debugging.Soft\SoftDebuggerSession.cs:riga 1879
in Mono.Debugging.Soft.SoftDebuggerSession.EventHandler() in D:\a_work\1\s\External\debugger-libs\Mono.Debugging.Soft\SoftDebuggerSession.cs:riga 1801
Cosa posso fare?
Grazie