Hello and thank you for reading.
This is my first time publishing an ios application and I am using Xamarin to publish my app to both Android and iOS (as requested by the client ).
Now the application deploys and works correctly when I run it via visual studio/Rider but when I push it to testflight (via azure pipeline and microsoft App Center) I get the following Crash report:
link to crashreport
oke so after some triel and error I have found the problem: Apparently in Xamarin if you use EFCore then there is the possibility of mTouch to skip the reflections used by it more info (and my saving grace) was found here: https://learn.microsoft.com/en-us/ef/core/get-started/xamarin#explore-the-code