My application is a simple WebView of a website. It works fine on Android but in the IOS application any link/button causes the application to close unexpectedly.
Similar git issues are found here.
(Please note that I am a student, and MAUI tech stack is very new to me so I would appreciate any help and sorry if I am asking about something easily fixed.)
2024-03-08 11:05:01.774516+0000 TestMaui2[8858:146865] SecTaskCopyDebugDescription: TestMaui2[8858]/0#-1 LF=0 Thread started: .NET Timer #5 2024-03-08 11:05:02.898907+0000 TestMaui2[8858:146865] [ResourceLoadStatistics] Failed to request allowed query parameters from WebPrivacy. Thread started: #6 Thread started: .NET TP Gate #7 Thread started: #8 Loaded assembly: /Users/10ticks/Library/Developer/CoreSimulator/Devices/3209D81A-412F-4859-A55D-3CB8D97B8842/data/Containers/Bundle/Application/F6DC503C-0B9E-49BD-85C7-9DEF7B671798/TestMaui2.app/System.Xml.XmlSerializer.dll [External] Thread started: #9 Thread started: #10 Thread started: #11 TestMaui2(8858,0x204da5240) malloc: ** error for object 0x30d14b680: pointer being freed was not allocated TestMaui2(8858,0x204da5240) malloc: ** set a breakpoint in malloc_error_break to debug ================================================================= Native Crash Reporting ================================================================= Got a SIGABRT while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application.
Steps to Reproduce
- Create a MAUI app with WebView of website.
- Start the app on iOS device.
- Try to select any link/button
- Crash