Open erossini opened 5 months ago
@erossini any news after adding two properties? did you solve the issue? we are facing the same error.
@erossini I'm still on 1.7.335 solely because of that issue. Does enabling interpreter really helps?
And what is current status of that problem?
Also facing the same issue. Ive tried enabling the interpreter but it does not seem to help
In my
NET8
MAUI
application, I use SQLite and here are the packages I added to the project.The application reads the database quite often. In debug, the application runs normally without errors. When I published the application on the Apple store, when the app reads the database, the application crashed immediately. I can see the error in the AppCenter
The full error is this one
I tried in debug and release on my real devices and the application is working. I saw on GitHub this quite similar bug but it is 2 years old. In this post, they recommend downgrading the SQLite version - 2 years ago - or building with these settings.
Also, I saw this other issue always on GitHub that is more recent. They said to use in
Release
for iOS this settingsI don't want to send more updates to the Apple Store with a broken app. Do you face the same issue? How can I fix the problem?