I have a blazor hybrid application that uses Blazor-ApexChart to generate some basic charts. It works fine in the IOS simulator and also with a connected IPhone if i use debug configuration. However if i produce a release version ( even a local release sent to the iphone ) the app crashes without showing any specific error.
Any ideas of what may be happening? it is not something related to data because i tried with a very simple chart and static data and it is the same behavior.