I’m making an attempt to create a stepcounter app for each IOS and Android in a single codebase utilizing C# MAUI in Visible Studio. Managed to get the UI working, however at any time when I attempt to entry the motiondata on IOS, the app merely crashes.
MainPage.Xaml.cs
utilizing Plugin.Maui.Pedometer;
namespace Wodia2;
public partial class MainPage : ContentPage
{
readonly IPedometer pedometer;
public MainPage(IPedometer pedometer)
{
InitializeComponent();
this.pedometer = pedometer;
pedometer.ReadingChanged += Pedometer_ReadingChanged;
IsSupported.Textual content = $"Is supported: {pedometer.IsSupported}";
StartStopMonitoring.IsEnabled = pedometer.IsSupported;
}
void Pedometer_ReadingChanged(object sender, PedometerData e)
{
MainThread.InvokeOnMainThreadAsync(() =>
{
StepCount.Textual content = e.NumberOfSteps.ToString();
LastUpdate.Textual content = $"Final replace: {e.Timestamp}";
});
}
void Button_Clicked(object sender, EventArgs e)
{
if (!pedometer.IsMonitoring)
{
pedometer.Begin();
}
else
{
pedometer.Cease();
}
UpdateIsMonitoring();
}
void UpdateIsMonitoring()
{
IsMonitoring.Textual content = $"Is monitoring: {pedometer.IsMonitoring}";
}
}
MainPage.Xaml
Tried including this:
NSMotionUsageDescription
This app needs to trace your pedometer readings
into PrivacyInfo.xcprivacy, however even with it included it nonetheless crashed.
Getting this error once I click on the button to begin StepCounting:
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.IO.FileSystem.AccessControl.dll [External]
2025-03-13 13:48:44.534 Xamarin.PreBuilt.iOS[7019:1181351] Couldn't resolve meeting System.IO.IsolatedStorage.assets, Model=9.0.0.0, Tradition=en, PublicKeyToken=null. Particulars: Couldn't load file or meeting '/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.IO.IsolatedStorage.assets.dll' or one among its dependencies.
Loaded meeting: /non-public/var/containers/Bundle/Utility/183225F0-15CF-4B27-A501-AD29B594C352/Wodia2.app/System.Safety.AccessControl.dll [External]
[0:] Didn't drive load meeting /var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.IO.FileSystem.AccessControl.dll. Kind:System.Safety.AccessControl.DirectorySecurity. Exception: 'Entry Management Record (ACL) APIs are a part of useful resource administration on Home windows and should not supported on this platform.'. Callstack: ' at System.Safety.AccessControl.ObjectSecurity..ctor()
at System.Safety.AccessControl.CommonObjectSecurity..ctor(Boolean isContainer)
at System.Safety.AccessControl.NativeObjectSecurity..ctor(Boolean isContainer, ResourceType resourceType)
at System.Safety.AccessControl.FileSystemSecurity..ctor()
at System.Safety.AccessControl.DirectorySecurity..ctor()
at System.Object.InvokeStub_DirectorySecurity..ctor(Object , Object , IntPtr* )
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
[0:] Didn't drive load meeting /var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.IO.FileSystem.AccessControl.dll. Kind:System.Safety.AccessControl.FileSecurity. Exception: 'Entry Management Record (ACL) APIs are a part of useful resource administration on Home windows and should not supported on this platform.'. Callstack: ' at System.Safety.AccessControl.ObjectSecurity..ctor()
at System.Safety.AccessControl.CommonObjectSecurity..ctor(Boolean isContainer)
at System.Safety.AccessControl.NativeObjectSecurity..ctor(Boolean isContainer, ResourceType resourceType)
at System.Safety.AccessControl.FileSystemSecurity..ctor()
at System.Safety.AccessControl.FileSecurity..ctor()
at System.Object.InvokeStub_FileSecurity..ctor(Object , Object , IntPtr* )
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Buffers.dll [External]
[0:] Didn't drive load meeting /var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Safety.AccessControl.dll. Kind:System.Safety.Coverage.Proof. Exception: 'Entry Management Record (ACL) APIs are a part of useful resource administration on Home windows and should not supported on this platform.'. Callstack: ' at System.Safety.Coverage.Proof..ctor()
at System.Object.InvokeStub_Evidence..ctor(Object , Object , IntPtr* )
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
[0:] Didn't drive load meeting /var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Safety.AccessControl.dll. Kind:System.Safety.AccessControl.AuthorizationRuleCollection. Exception: 'Entry Management Record (ACL) APIs are a part of useful resource administration on Home windows and should not supported on this platform.'. Callstack: ' at System.Safety.AccessControl.AuthorizationRuleCollection..ctor()
at System.Object.InvokeStub_AuthorizationRuleCollection..ctor(Object , Object , IntPtr* )
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
[0:] Didn't drive load meeting /var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Safety.AccessControl.dll. Kind:System.Safety.AccessControl.PrivilegeNotHeldException. Exception: 'Entry Management Record (ACL) APIs are a part of useful resource administration on Home windows and should not supported on this platform.'. Callstack: ' at System.Safety.AccessControl.PrivilegeNotHeldException..ctor()
at System.Object.InvokeStub_PrivilegeNotHeldException..ctor(Object , Object , IntPtr* )
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/Microsoft.Extensions.Logging.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/Microsoft.Extensions.Choices.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/Microsoft.Maui.Controls.Xaml.dll [External]
[0:] Didn't drive load meeting /var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.IO.FileSystem.Watcher.dll. Kind:System.IO.FileSystemWatcher. Exception: 'System.IO.FileSystem.Watcher is just not supported on this platform.'. Callstack: ' at System.IO.FileSystemWatcher..ctor()
at System.Object.InvokeStub_FileSystemWatcher..ctor(Object , Object , IntPtr* )
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
[0:] Didn't drive load meeting /var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.IO.FileSystem.Watcher.dll. Kind:System.IO.InternalBufferOverflowException. Exception: 'System.IO.FileSystem.Watcher is just not supported on this platform.'. Callstack: ' at System.IO.InternalBufferOverflowException..ctor()
at System.Object.InvokeStub_InternalBufferOverflowException..ctor(Object , Object , IntPtr* )
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Textual content.Encoding.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Safety.Cryptography.Csp.dll [External]
2025-03-13 13:48:44.561 Xamarin.PreBuilt.iOS[7019:1181351] Couldn't resolve meeting System.Safety.AccessControl.assets, Model=9.0.0.0, Tradition=en, PublicKeyToken=null. Particulars: Couldn't load file or meeting '/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Safety.AccessControl.assets.dll' or one among its dependencies.
2025-03-13 13:48:44.624 Xamarin.PreBuilt.iOS[7019:1181351] Couldn't resolve meeting System.IO.FileSystem.Watcher.assets, Model=9.0.0.0, Tradition=en, PublicKeyToken=null. Particulars: Couldn't load file or meeting '/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.IO.FileSystem.Watcher.assets.dll' or one among its dependencies.
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Runtime.CompilerServices.Unsafe.dll [External]
[0:] Didn't drive load meeting /var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Internet.Quic.dll. Kind:System.Internet.Quic.QuicClientConnectionOptions. Exception: 'System.Internet.Quic is just not supported on this platform: {0} For extra data see: https://study.microsoft.com/dotnet/fundamentals/networking/quic/quic-overview#platform-dependencies'. Callstack: ' at System.Internet.Quic.QuicConnectionOptions..ctor()
at System.Internet.Quic.QuicClientConnectionOptions..ctor()
at System.Object.InvokeStub_QuicClientConnectionOptions..ctor(Object , Object , IntPtr* )
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
[0:] Didn't drive load meeting /var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Internet.Quic.dll. Kind:System.Internet.Quic.QuicListenerOptions. Exception: 'System.Internet.Quic is just not supported on this platform: {0} For extra data see: https://study.microsoft.com/dotnet/fundamentals/networking/quic/quic-overview#platform-dependencies'. Callstack: ' at System.Internet.Quic.QuicListenerOptions..ctor()
at System.Object.InvokeStub_QuicListenerOptions..ctor(Object , Object , IntPtr* )
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
[0:] Didn't drive load meeting /var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Internet.Quic.dll. Kind:System.Internet.Quic.QuicReceiveWindowSizes. Exception: 'System.Internet.Quic is just not supported on this platform: {0} For extra data see: https://study.microsoft.com/dotnet/fundamentals/networking/quic/quic-overview#platform-dependencies'. Callstack: ' at System.Internet.Quic.QuicReceiveWindowSizes..ctor()
at System.Object.InvokeStub_QuicReceiveWindowSizes..ctor(Object , Object , IntPtr* )
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
[0:] Didn't drive load meeting /var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Internet.Quic.dll. Kind:System.Internet.Quic.QuicServerConnectionOptions. Exception: 'System.Internet.Quic is just not supported on this platform: {0} For extra data see: https://study.microsoft.com/dotnet/fundamentals/networking/quic/quic-overview#platform-dependencies'. Callstack: ' at System.Internet.Quic.QuicConnectionOptions..ctor()
at System.Internet.Quic.QuicServerConnectionOptions..ctor()
at System.Object.InvokeStub_QuicServerConnectionOptions..ctor(Object , Object , IntPtr* )
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/Microsoft.Maui.Necessities.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/Microsoft.Extensions.Configuration.dll [External]
2025-03-13 13:48:44.662 Xamarin.PreBuilt.iOS[7019:1181351] Couldn't resolve meeting System.Internet.Quic.assets, Model=9.0.0.0, Tradition=en, PublicKeyToken=null. Particulars: Couldn't load file or meeting '/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Internet.Quic.assets.dll' or one among its dependencies.
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/Microsoft.Extensions.Configuration.Abstractions.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/Microsoft.Extensions.Primitives.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Runtime.Extensions.dll [External]
[0:] Didn't drive load meeting /var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Safety.Principal.Home windows.dll. Kind:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle. Exception: 'Home windows Principal performance is just not supported on this platform.'. Callstack: ' at Microsoft.Win32.SafeHandles.SafeAccessTokenHandle..ctor()
at System.Object.InvokeStub_SafeAccessTokenHandle..ctor(Object , Object , IntPtr* )
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
[0:] Didn't drive load meeting /var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Safety.Principal.Home windows.dll. Kind:System.Safety.Principal.IdentityNotMappedException. Exception: 'Home windows Principal performance is just not supported on this platform.'. Callstack: ' at System.Safety.Principal.IdentityNotMappedException..ctor()
at System.Object.InvokeStub_IdentityNotMappedException..ctor(Object , Object , IntPtr* )
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
[0:] Didn't drive load meeting /var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Safety.Principal.Home windows.dll. Kind:System.Safety.Principal.IdentityReferenceCollection. Exception: 'Home windows Principal performance is just not supported on this platform.'. Callstack: ' at System.Safety.Principal.IdentityReferenceCollection..ctor()
at System.Object.InvokeStub_IdentityReferenceCollection..ctor(Object , Object , IntPtr* )
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/Plugin.Maui.Pedometer.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Internet.dll [External]
2025-03-13 13:48:44.720 Xamarin.PreBuilt.iOS[7019:1181351] Couldn't resolve meeting System.Safety.Principal.Home windows.assets, Model=9.0.0.0, Tradition=en, PublicKeyToken=null. Particulars: Couldn't load file or meeting '/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Safety.Principal.Home windows.assets.dll' or one among its dependencies.
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.IO.Pipes.AccessControl.dll [External]
[0:] Didn't drive load meeting /var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.IO.Pipes.AccessControl.dll. Kind:System.IO.Pipes.PipeSecurity. Exception: 'Entry Management Record (ACL) APIs are a part of useful resource administration on Home windows and should not supported on this platform.'. Callstack: ' at System.Safety.AccessControl.ObjectSecurity..ctor()
at System.Safety.AccessControl.CommonObjectSecurity..ctor(Boolean isContainer)
at System.Safety.AccessControl.NativeObjectSecurity..ctor(Boolean isContainer, ResourceType resourceType)
at System.IO.Pipes.PipeSecurity..ctor()
at System.Object.InvokeStub_PipeSecurity..ctor(Object , Object , IntPtr* )
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Threading.Duties.Extensions.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Textual content.Encodings.Net.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.IO.UnmanagedMemoryStream.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Net.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Xml.Linq.dll [External]
2025-03-13 13:48:44.842 Xamarin.PreBuilt.iOS[7019:1181351] Couldn't resolve meeting System.ComponentModel.Annotations.assets, Model=9.0.0.0, Tradition=en, PublicKeyToken=null. Particulars: Couldn't load file or meeting '/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.ComponentModel.Annotations.assets.dll' or one among its dependencies.
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.ComponentModel.Annotations.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Threading.Duties.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Assets.ResourceManager.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/Microsoft.Win32.Registry.dll [External]
[0:] Didn't drive load meeting /var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/Microsoft.Win32.Registry.dll. Kind:Microsoft.Win32.SafeHandles.SafeRegistryHandle. Exception: 'Registry is just not supported on this platform.'. Callstack: ' at Microsoft.Win32.SafeHandles.SafeRegistryHandle..ctor()
at System.Object.InvokeStub_SafeRegistryHandle..ctor(Object , Object , IntPtr* )
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
[0:] Didn't drive load meeting /var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/Microsoft.Win32.Registry.dll. Kind:System.Safety.AccessControl.RegistrySecurity. Exception: 'Entry Management Record (ACL) APIs are a part of useful resource administration on Home windows and should not supported on this platform.'. Callstack: ' at System.Safety.AccessControl.ObjectSecurity..ctor()
at System.Safety.AccessControl.CommonObjectSecurity..ctor(Boolean isContainer)
at System.Safety.AccessControl.NativeObjectSecurity..ctor(Boolean isContainer, ResourceType resourceType)
at System.Safety.AccessControl.RegistrySecurity..ctor()
at System.Object.InvokeStub_RegistrySecurity..ctor(Object , Object , IntPtr* )
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Transactions.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Runtime.InteropServices.RuntimeInformation.dll [External]
2025-03-13 13:48:44.867 Xamarin.PreBuilt.iOS[7019:1181351] Couldn't resolve meeting Microsoft.Win32.Registry.assets, Model=9.0.0.0, Tradition=en, PublicKeyToken=null. Particulars: Couldn't load file or meeting '/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/Microsoft.Win32.Registry.assets.dll' or one among its dependencies.
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/WindowsBase.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.IO.Compression.FileSystem.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/Microsoft.Extensions.Logging.Debug.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Information.DataSetExtensions.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Safety.Cryptography.Primitives.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.IO.FileSystem.Primitives.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Globalization.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Internet.ServicePoint.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Internet.Http.Json.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Safety.Cryptography.OpenSsl.dll [External]
2025-03-13 13:48:45.031 Xamarin.PreBuilt.iOS[7019:1181351] Couldn't resolve meeting System.Runtime.InteropServices.JavaScript.assets, Model=9.0.0.0, Tradition=en, PublicKeyToken=null. Particulars: Couldn't load file or meeting '/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Runtime.InteropServices.JavaScript.assets.dll' or one among its dependencies.
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Runtime.InteropServices.JavaScript.dll [External]
[0:] Didn't drive load meeting /var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Runtime.InteropServices.JavaScript.dll. Kind:System.Runtime.InteropServices.JavaScript.JSExportAttribute. Exception: 'System.Runtime.InteropServices.JavaScript is just not supported on this platform.'. Callstack: ' at System.Runtime.InteropServices.JavaScript.JSExportAttribute..ctor()
at System.Object.InvokeStub_JSExportAttribute..ctor(Object , Object , IntPtr* )
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)'
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/Microsoft.Extensions.DependencyInjection.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Textual content.Encoding.CodePages.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/Microsoft.VisualBasic.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Drawing.dll [External]
Loaded meeting: /non-public/var/cell/Containers/Information/Utility/CEEA2727-D782-406C-8268-CEEE67E69394/Paperwork/Wodia2.content material/System.Assets.Reader.dll [External]
2025-03-13 13:48:45.160 Xamarin.PreBuilt.iOS[7019:1181351] You've got carried out -[ application:performFetchWithCompletionHandler:], however you continue to want so as to add "fetch" to the listing of your supported UIBackgroundModes in your Information.plist.
Thread began: #12
The app has been terminated.
=================================================================
Native Crash Reporting
=================================================================
Acquired a SIGABRT whereas executing native code. This normally signifies
a deadly error within the mono runtime or one of many native libraries
utilized by your utility.
=================================================================
=================================================================
Native stacktrace:
=================================================================
0x1d6c7ac8c - /usr/lib/system/libsystem_kernel.dylib :
0x1d6c7acc0 - /usr/lib/system/libsystem_kernel.dylib :
0x1aec58898 - /System/Library/PrivateFrameworks/TCC.framework/TCC : TCCAccessRequest
0x19ac2d194 - /System/Library/Frameworks/CoreMotion.framework/CoreMotion : CLGetEEDEmergencyContactNames
0x195a3c13c - /usr/lib/system/libdispatch.dylib :
0x195a3ddd4 - /usr/lib/system/libdispatch.dylib :
0x195a45400 - /usr/lib/system/libdispatch.dylib :
0x195a45f30 - /usr/lib/system/libdispatch.dylib :
0x195a50cb4 - /usr/lib/system/libdispatch.dylib :
0x195a50528 - /usr/lib/system/libdispatch.dylib :
0x1ea9ef934 - /usr/lib/system/libsystem_pthread.dylib : _pthread_wqthread
0x1ea9ec0cc - /usr/lib/system/libsystem_pthread.dylib : start_wqthread
=================================================================
Fundamental Fault Deal with Reporting
=================================================================
Reminiscence round native instruction pointer (0x1d6c5b344):0x1d6c5b334 ff 0f 5f d6 c0 03 5f d6 .T.#...{......
0x1d6c5b354 64 cc ff 97 bf 03 00 91 fd 7b c1 a8 ff 0f 5f d6 d........{...._.
0x1d6c5b364 c0 03 5f d6 90 32 80 d2 01 10 00 d4 03 01 00 54 .._..2.........T
0x1aec5b324 - /System/Library/PrivateFrameworks/TCC.framework/TCC :
0x1aec55ba0 - /System/Library/PrivateFrameworks/TCC.framework/TCC :
0x1aec55570 - /System/Library/PrivateFrameworks/TCC.framework/TCC :
0x1aec54700 - /System/Library/PrivateFrameworks/TCC.framework/TCC :
0x195a3ddd4 - /usr/lib/system/libdispatch.dylib :
0x195a4d2c4 - /usr/lib/system/libdispatch.dylib :
0x1a7bab94c - /usr/lib/system/libsystem_trace.dylib :
0x104503790 - /non-public/var/containers/Bundle/Utility/183225F0-15CF-4B27-A501-AD29B594C352/Wodia2.app/Xamarin.PreBuilt.iOS : sigabrt_signal_handler.chilly.1
0x1044b87bc - /non-public/var/containers/Bundle/Utility/183225F0-15CF-4B27-A501-AD29B594C352/Wodia2.app/Xamarin.PreBuilt.iOS : mono_dump_native_crash_info
0x1044b80d0 - /non-public/var/containers/Bundle/Utility/183225F0-15CF-4B27-A501-AD29B594C352/Wodia2.app/Xamarin.PreBuilt.iOS : mono_runtime_setup_stat_profiler
0x1044a2d98 - /non-public/var/containers/Bundle/Utility/183225F0-15CF-4B27-A501-AD29B594C352/Wodia2.app/Xamarin.PreBuilt.iOS : mono_handle_native_crash
0x1ea936e9c - /usr/lib/system/libsystem_platform.dylib :
30 41 80 d2 01 10 00 d4 .._..._.0A......
0x1d6c5b344 03 01 00 54 7f 23 03 d5 fd 7b bf a9 fd 03 00 91 ..The app has been terminated.