Norbert Tömő
Norbert Tömő
We are experiencing the same issue. When building with Xcode 16, some users experience the same crash. Unfortunately(?), the crash is not consistant, for some users it never crashes. I...
I have new information about this "bug" It seems that the application only crashes in Relaese mode, so when downloaded from TestFlight. Building through xcode doesn't cause the code to...
Okay, I found the issue. For my defense, I got this project from others and it is an old one :) It looks like the library was updated from 2.2.0...
@grighakobian @mickael-menu So, basically, my steps were to update the library to 2.7.3 and resolve every deprecated message. This includes using a new initializer in EPUBNavigatorViewController (and switching to **GCDHTTPServer.shared**)...
@mickael-menu Unfortunately, I started getting these crashes, too. At first, I though I solved this but it looks like I was wrong. Right now, I am getting the exact same...
@mickael-menu It looks like somebody opened a new issue here and it is the same fuzi crash as we are experiencing. https://github.com/readium/swift-toolkit/issues/495 I think this is going to be a...
@mickael-menu I wrote a temporary solution in the other ticket but it is only a band aid for production crashes. @grighakobian What was your situation? Did you manage to solve...
I have the same issue. One thing that I observed is that all the crash seemingly happens in iOS versions below 18. I cannot reproduce the crash in 18, at...
@lorenzo-appload Okay, I got a temporary solution. We needed a quick fix due to the crashes in production. So, The first step is to make sure to use 2.7.3. The...
In our case, the app crashed even when opening a test epub you suggested in one of your comments, the "childrens-literature.epub". As a summary - We were building with Xcode...