unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
8.79k stars 707 forks source link

IOS app crashes on startup with local device #18280

Open VRage opened 8 hours ago

VRage commented 8 hours ago

Current behavior

With the plain Uno template app and following features:

    <UnoFeatures>
      Material;
      Hosting;
      Toolkit;
      Logging;
      MVUX;
      Configuration;
      Http;
      Serialization;
      Localization;
      Navigation;
    </UnoFeatures>

The app crashes on a local ipad but works with the simulators:

Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Private.CoreLib.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/Microsoft.iOS.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Runtime.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Collections.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Runtime.InteropServices.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Threading.Thread.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Threading.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Net.Http.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Net.Primitives.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Numerics.Vectors.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Net.Sockets.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Drawing.Primitives.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Private.Uri.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/Xamarin.PreBuilt.iOS.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Collections.Concurrent.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/Xamarin.iOS.HotRestart.Application.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/netstandard.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.IO.MemoryMappedFiles.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.IO.Pipes.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Memory.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Diagnostics.Tracing.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Collections.NonGeneric.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Runtime.Intrinsics.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/Microsoft.Win32.Primitives.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Net.NameResolution.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Diagnostics.DiagnosticSource.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Threading.ThreadPool.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Diagnostics.Process.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.ComponentModel.Primitives.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.ComponentModel.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.ObjectModel.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Diagnostics.FileVersionInfo.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Reflection.Metadata.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Collections.Immutable.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Linq.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.IO.Compression.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Text.Encoding.Extensions.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Collections.Specialized.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Security.Cryptography.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Formats.Asn1.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Runtime.Numerics.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.ComponentModel.TypeConverter.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Runtime.Loader.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Text.RegularExpressions.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Reflection.Emit.ILGeneration.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Reflection.Emit.Lightweight.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Reflection.Primitives.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Net.Security.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Security.Claims.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Runtime.Serialization.Formatters.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Resources.Writer.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Xml.XDocument.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Private.Xml.Linq.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Private.Xml.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Diagnostics.TraceSource.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Net.Quic.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.IO.Compression.Brotli.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Threading.Channels.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Net.NetworkInformation.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Reflection.Emit.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Linq.Expressions.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.ComponentModel.EventBasedAsync.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Console.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Data.Common.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Xml.ReaderWriter.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Xml.XmlSerializer.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Transactions.Local.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Diagnostics.Contracts.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Diagnostics.TextWriterTraceListener.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Diagnostics.StackTrace.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.IO.Compression.ZipFile.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.IO.FileSystem.DriveInfo.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.IO.FileSystem.Watcher.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.IO.IsolatedStorage.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Linq.Queryable.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Linq.Parallel.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Net.Requests.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Net.WebHeaderCollection.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Net.ServicePoint.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Net.HttpListener.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Net.WebSockets.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Security.Principal.Windows.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Net.WebClient.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Web.HttpUtility.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Net.WebProxy.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Net.Mail.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Net.Ping.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Net.WebSockets.Client.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Reflection.DispatchProxy.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Runtime.CompilerServices.VisualC.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Runtime.Serialization.Primitives.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Runtime.Serialization.Xml.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Private.DataContractSerialization.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Runtime.Serialization.Json.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Threading.Overlapped.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Threading.Tasks.Parallel.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Xml.XPath.XDocument.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Xml.XPath.dll [External]
Thread started:  #2
Thread started: .NET Timer #3
Thread started: <Thread Pool> #4
Thread started: .NET TP Gate #5
Thread started: <Thread Pool> #6
2024-09-24 13:08:29.116 Xamarin.PreBuilt.iOS[2767:1338131] App path /var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/IOSUNOAPP.dll

Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/IOSUNOAPP.dll
2024-09-24 13:08:29.114 Xamarin.PreBuilt.iOS[2767:1338131] Content folder: /var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content

Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.UI.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Extensions.Reactive.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.Bcl.AsyncInterfaces.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.UI.Composition.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Extensions.Hosting.WinUI.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Text.Json.dll [External]
2024-09-24 13:08:29.189 Xamarin.PreBuilt.iOS[2767:1338131] AppDelegate name: __UnoHotRestartDelegate

Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.Extensions.Logging.Abstractions.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Core.Extensions.Logging.Singleton.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/CommonServiceLocator.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.Extensions.Logging.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.Extensions.Options.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Extensions.Reactive.UI.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Extensions.Core.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Diagnostics.EventLog.dll [External]
[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Diagnostics.EventLog.dll. Type:System.Diagnostics.EventLog. Exception: 'EventLog access is not supported on this platform.'. Callstack: '   at System.Diagnostics.EventLog..ctor()
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Diagnostics.EventLog.dll. Type:System.Diagnostics.EventLogTraceListener. Exception: 'EventLog access is not supported on this platform.'. Callstack: '   at System.Diagnostics.EventLogTraceListener..ctor()
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Diagnostics.EventLog.dll. Type:System.Diagnostics.Eventing.Reader.EventLogException. Exception: 'EventLog access is not supported on this platform.'. Callstack: '   at System.Diagnostics.Eventing.Reader.EventLogException..ctor()
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Diagnostics.EventLog.dll. Type:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException. Exception: 'EventLog access is not supported on this platform.'. Callstack: '   at System.Diagnostics.Eventing.Reader.EventLogException..ctor()
   at System.Diagnostics.Eventing.Reader.EventLogInvalidDataException..ctor()
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Diagnostics.EventLog.dll. Type:System.Diagnostics.Eventing.Reader.EventLogNotFoundException. Exception: 'EventLog access is not supported on this platform.'. Callstack: '   at System.Diagnostics.Eventing.Reader.EventLogException..ctor()
   at System.Diagnostics.Eventing.Reader.EventLogNotFoundException..ctor()
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Diagnostics.EventLog.dll. Type:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException. Exception: 'EventLog access is not supported on this platform.'. Callstack: '   at System.Diagnostics.Eventing.Reader.EventLogException..ctor()
   at System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException..ctor()
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Diagnostics.EventLog.dll. Type:System.Diagnostics.Eventing.Reader.EventLogReadingException. Exception: 'EventLog access is not supported on this platform.'. Callstack: '   at System.Diagnostics.Eventing.Reader.EventLogException..ctor()
   at System.Diagnostics.Eventing.Reader.EventLogReadingException..ctor()
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Diagnostics.EventLog.dll. Type:System.Diagnostics.Eventing.Reader.EventLogSession. Exception: 'EventLog access is not supported on this platform.'. Callstack: '   at System.Diagnostics.Eventing.Reader.EventLogSession..ctor()
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.UI.Adapter.Microsoft.Extensions.Logging.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Foundation.Logging.dll [External]
2024-09-24 13:08:29.303 Xamarin.PreBuilt.iOS[2767:1338131] Could not resolve assembly System.Diagnostics.EventLog.resources, Version=8.0.0.0, Culture=en, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Diagnostics.EventLog.resources.dll' or one of its dependencies.

2024-09-24 13:08:29.301 Xamarin.PreBuilt.iOS[2767:1338131] Could not resolve assembly System.Diagnostics.EventLog.resources, Version=8.0.0.0, Culture=en-DE, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Diagnostics.EventLog.resources.dll' or one of its dependencies.

Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.UI.FluentTheme.v1.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Security.Cryptography.X509Certificates.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Extensions.Serialization.Refit.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Refit.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Globalization.Extensions.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.IO.FileSystem.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Security.SecureString.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.Extensions.Configuration.CommandLine.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.Extensions.Configuration.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.Extensions.Configuration.Abstractions.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.Extensions.Primitives.dll [External]
2024-09-24 13:08:29.419 Xamarin.PreBuilt.iOS[2767:1338131] Could not resolve assembly System.IO.FileSystem.DriveInfo.resources, Version=8.0.0.0, Culture=en, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.IO.FileSystem.DriveInfo.resources.dll' or one of its dependencies.

2024-09-24 13:08:29.418 Xamarin.PreBuilt.iOS[2767:1338131] Could not resolve assembly System.IO.FileSystem.DriveInfo.resources, Version=8.0.0.0, Culture=en-DE, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.IO.FileSystem.DriveInfo.resources.dll' or one of its dependencies.

Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Security.Cryptography.Cng.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Toolkit.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Threading.Tasks.Extensions.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.Extensions.Configuration.Binder.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.UI.RemoteControl.Messaging.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Security.Principal.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Reflection.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.UI.FluentTheme.v2.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Threading.Timer.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.Extensions.Configuration.EnvironmentVariables.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Diagnostics.Eventing.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Extensions.Logging.WinUI.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Extensions.Hosting.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.UI.Toolkit.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.UI.Dispatching.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Foundation.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Extensions.Serialization.Http.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Extensions.Http.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.IO.dll [External]
2024-09-24 13:08:29.735 Xamarin.PreBuilt.iOS[2767:1338131] Could not resolve assembly System.Threading.Channels.resources, Version=8.0.0.0, Culture=en, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Threading.Channels.resources.dll' or one of its dependencies.

2024-09-24 13:08:29.734 Xamarin.PreBuilt.iOS[2767:1338131] Could not resolve assembly System.Threading.Channels.resources, Version=8.0.0.0, Culture=en-DE, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Threading.Channels.resources.dll' or one of its dependencies.

Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Extensions.Http.Refit.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.Extensions.FileSystemGlobbing.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.ComponentModel.DataAnnotations.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Threading.Tasks.Dataflow.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Reflection.TypeExtensions.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Xml.XmlDocument.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.ServiceProcess.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Security.Cryptography.Encoding.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/SkiaSharp.Views.Windows.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/SkiaSharp.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.Extensions.FileProviders.Abstractions.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Runtime.Handles.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.Extensions.Configuration.Json.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.Extensions.Configuration.FileExtensions.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Toolkit.WinUI.Material.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Material.WinUI.dll [External]
[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Toolkit.WinUI.Material.dll. Type:Uno.Toolkit.UI.Material.MaterialToolkitResources. Exception: 'Cannot locate resource from 'ms-appx:///Uno.Toolkit.WinUI.Material/Generated/mergedpages.WinUI.v2.xaml''. Callstack: '   at Uno.UI.ResourceResolver.RetrieveDictionaryForSource(String source, String currentAbsolutePath)
   at Uno.UI.ResourceResolver.RetrieveDictionaryForSource(Uri source)
   at Microsoft.UI.Xaml.ResourceDictionary.set_Source(Uri value)
   at Uno.Toolkit.UI.Material.MaterialToolkitResourcesV2..ctor()
   at Uno.Toolkit.UI.Material.MaterialToolkitResources..ctor()
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Toolkit.WinUI.Material.dll. Type:Uno.Toolkit.UI.Material.MaterialToolkitResourcesV1. Exception: 'Cannot locate resource from 'ms-appx:///Uno.Toolkit.WinUI.Material/Generated/mergedpages.WinUI.v1.xaml''. Callstack: '   at Uno.UI.ResourceResolver.RetrieveDictionaryForSource(String source, String currentAbsolutePath)
   at Uno.UI.ResourceResolver.RetrieveDictionaryForSource(Uri source)
   at Microsoft.UI.Xaml.ResourceDictionary.set_Source(Uri value)
   at Uno.Toolkit.UI.Material.MaterialToolkitResourcesV1..ctor()
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Toolkit.WinUI.Material.dll. Type:Uno.Toolkit.UI.Material.MaterialToolkitResourcesV2. Exception: 'Cannot locate resource from 'ms-appx:///Uno.Toolkit.WinUI.Material/Generated/mergedpages.WinUI.v2.xaml''. Callstack: '   at Uno.UI.ResourceResolver.RetrieveDictionaryForSource(String source, String currentAbsolutePath)
   at Uno.UI.ResourceResolver.RetrieveDictionaryForSource(Uri source)
   at Microsoft.UI.Xaml.ResourceDictionary.set_Source(Uri value)
   at Uno.Toolkit.UI.Material.MaterialToolkitResourcesV2..ctor()
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Themes.WinUI.dll [External]
[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Toolkit.WinUI.Material.dll. Type:Uno.Toolkit.UI.Material.MaterialToolkitTheme. Exception: 'Cannot locate resource from 'ms-appx:///Uno.Themes.WinUI/Styles/Applications/Common/Converters.xaml''. Callstack: '   at Uno.UI.ResourceResolver.RetrieveDictionaryForSource(String source, String currentAbsolutePath)
   at Uno.UI.ResourceResolver.RetrieveDictionaryForSource(Uri source)
   at Microsoft.UI.Xaml.ResourceDictionary.set_Source(Uri value)
   at Uno.Themes.BaseTheme.UpdateSource()
   at Uno.Themes.BaseTheme..ctor(ResourceDictionary colorOverride, ResourceDictionary fontOverride)
   at Uno.Material.MaterialTheme..ctor(ResourceDictionary colorOverride, ResourceDictionary fontOverride)
   at Uno.Toolkit.UI.Material.MaterialToolkitTheme.UpdateSource()
   at Uno.Toolkit.UI.Material.MaterialToolkitTheme..ctor(ResourceDictionary colorOverride, ResourceDictionary fontOverride)
   at Uno.Toolkit.UI.Material.MaterialToolkitTheme..ctor()
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Extensions.Logging.OSLog.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.CSharp.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.Extensions.Hosting.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.Extensions.Hosting.Abstractions.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Extensions.Storage.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Newtonsoft.Json.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Data.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Core.Extensions.Disposables.dll [External]
2024-09-24 13:08:30.080 Xamarin.PreBuilt.iOS[2767:1338131] Could not resolve assembly System.Threading.resources, Version=8.0.0.0, Culture=en-DE, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Threading.resources.dll' or one of its dependencies.

2024-09-24 13:08:30.081 Xamarin.PreBuilt.iOS[2767:1338131] Could not resolve assembly System.Threading.resources, Version=8.0.0.0, Culture=en, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Threading.resources.dll' or one of its dependencies.

Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Extensions.Navigation.Toolkit.UI.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Extensions.Navigation.UI.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Extensions.Navigation.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Toolkit.WinUI.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Formats.Tar.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Extensions.Reactive.Messaging.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/CommunityToolkit.Mvvm.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/SkiaSharp.SceneGraph.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.Extensions.Logging.EventLog.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Security.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.UI.RemoteControl.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Xaml.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Extensions.Serialization.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.Extensions.Localization.Abstractions.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.ValueTuple.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Refit.HttpClientFactory.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.AppContext.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Fonts.OpenSans.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Xml.Serialization.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Configuration.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.Extensions.Logging.Configuration.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.Extensions.Options.ConfigurationExtensions.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Diagnostics.Debug.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Diagnostics.Tools.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Reflection.Extensions.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Security.Cryptography.Algorithms.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Xml.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.VisualBasic.Core.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Windows.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Numerics.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Core.Extensions.Collections.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Core.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Globalization.Calendars.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.ServiceModel.Web.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/mscorlib.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Extensions.Storage.UI.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Dynamic.Runtime.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Extensions.Localization.WinUI.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Extensions.Localization.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Extensions.Configuration.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Runtime.Serialization.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.Extensions.Http.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Microsoft.Extensions.DependencyInjection.Abstractions.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Core.dll [External]
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.IO.FileSystem.AccessControl.dll [External]
Loaded assembly: /private/var/containers/Bundle/Application/635EA979-1D44-48A6-BFE0-ADCA7364E999/IOSUNOAPP.app/System.Security.AccessControl.dll [External]
[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.IO.FileSystem.AccessControl.dll. Type:System.Security.AccessControl.DirectorySecurity. Exception: 'Access Control List (ACL) APIs are part of resource management on Windows and are not supported on this platform.'. Callstack: '   at System.Security.AccessControl.ObjectSecurity..ctor()
   at System.Security.AccessControl.CommonObjectSecurity..ctor(Boolean isContainer)
   at System.Security.AccessControl.NativeObjectSecurity..ctor(Boolean isContainer, ResourceType resourceType)
   at System.Security.AccessControl.FileSystemSecurity..ctor()
   at System.Security.AccessControl.DirectorySecurity..ctor()
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.IO.FileSystem.AccessControl.dll. Type:System.Security.AccessControl.FileSecurity. Exception: 'Access Control List (ACL) APIs are part of resource management on Windows and are not supported on this platform.'. Callstack: '   at System.Security.AccessControl.ObjectSecurity..ctor()
   at System.Security.AccessControl.CommonObjectSecurity..ctor(Boolean isContainer)
   at System.Security.AccessControl.NativeObjectSecurity..ctor(Boolean isContainer, ResourceType resourceType)
   at System.Security.AccessControl.FileSystemSecurity..ctor()
   at System.Security.AccessControl.FileSecurity..ctor()
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Buffers.dll [External]
[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Security.AccessControl.dll. Type:System.Security.Policy.Evidence. Exception: 'Access Control List (ACL) APIs are part of resource management on Windows and are not supported on this platform.'. Callstack: '   at System.Security.Policy.Evidence..ctor()
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Security.AccessControl.dll. Type:System.Security.AccessControl.AuthorizationRuleCollection. Exception: 'Access Control List (ACL) APIs are part of resource management on Windows and are not supported on this platform.'. Callstack: '   at System.Security.AccessControl.AuthorizationRuleCollection..ctor()
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Security.AccessControl.dll. Type:System.Security.AccessControl.PrivilegeNotHeldException. Exception: 'Access Control List (ACL) APIs are part of resource management on Windows and are not supported on this platform.'. Callstack: '   at System.Security.AccessControl.PrivilegeNotHeldException..ctor()
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
2024-09-24 13:08:30.631 Xamarin.PreBuilt.iOS[2767:1338131] Could not resolve assembly System.Security.AccessControl.resources, Version=8.0.0.0, Culture=en-DE, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Security.AccessControl.resources.dll' or one of its dependencies.

2024-09-24 13:08:30.604 Xamarin.PreBuilt.iOS[2767:1338131] Could not resolve assembly System.IO.IsolatedStorage.resources, Version=8.0.0.0, Culture=en-DE, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.IO.IsolatedStorage.resources.dll' or one of its dependencies.

2024-09-24 13:08:30.607 Xamarin.PreBuilt.iOS[2767:1338131] Could not resolve assembly System.IO.IsolatedStorage.resources, Version=8.0.0.0, Culture=en, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.IO.IsolatedStorage.resources.dll' or one of its dependencies.

2024-09-24 13:08:30.634 Xamarin.PreBuilt.iOS[2767:1338131] Could not resolve assembly System.Security.AccessControl.resources, Version=8.0.0.0, Culture=en, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.Security.AccessControl.resources.dll' or one of its dependencies.

2024-09-24 13:08:30.699 Xamarin.PreBuilt.iOS[2767:1338131] Could not resolve assembly System.IO.FileSystem.Watcher.resources, Version=8.0.0.0, Culture=en-DE, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.IO.FileSystem.Watcher.resources.dll' or one of its dependencies.

Loaded assembly: /private/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/Uno.Extensions.Core.UI.dll [External]
[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.IO.FileSystem.Watcher.dll. Type:System.IO.FileSystemWatcher. Exception: 'System.IO.FileSystem.Watcher is not supported on this platform.'. Callstack: '   at System.IO.FileSystemWatcher..ctor()
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
[0:] Failed to force load assembly /var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.IO.FileSystem.Watcher.dll. Type:System.IO.InternalBufferOverflowException. Exception: 'System.IO.FileSystem.Watcher is not supported on this platform.'. Callstack: '   at System.IO.InternalBufferOverflowException..ctor()
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
2024-09-24 13:08:30.700 Xamarin.PreBuilt.iOS[2767:1338131] Could not resolve assembly System.IO.FileSystem.Watcher.resources, Version=8.0.0.0, Culture=en, PublicKeyToken=null. Details: Could not load file or assembly '/var/mobile/Containers/Data/Application/12194551-1B88-4CBB-B7C1-3D1173F047C8/Documents/IOSUNOAPP.content/System.IO.FileSystem.Watcher.resources.dll' or one of its dependencies.

The app has been terminated.

IPadOS version: 17.7 , but didn't worked with 17.4 either. IOS simulator version: 17.2

Expected behavior

No response

How to reproduce it (as minimally and precisely as possible)

No response

Workaround

No response

Works on UWP/WinUI

Yes

Environment

No response

NuGet package version(s)

No response

Affected platforms

iOS

IDE

No response

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

jeromelaban commented 7 hours ago

Thanks for the report. This looks like you're starting the app using Hot Restart on VS Windows. Could you try to build and deploy using an actual mac?