Crashing on simulator (os=ios and cpu=x86_64)
See original GitHub issueEverything is working fine on devices.
There is only one problem now on ios simulators, where os=ios and cpu=x86_64.
When PDF will open it crash here:
let pdfiumDocument = PDFiumDocument(url: "file.pdf", password: "")
Can someone help on this?
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Application crashes on simulator after update Monterey
After update my application not opens on iPhone Simulator (crashes immediately). And on xcode lots of errors appears, can't build.
Read more >App crashes when launching directly from simulator but If I ...
If your iOS app crashes in the Simulator during a test run, the crash report can be used for diagnosing the exact cause...
Read more >iOS Simulator Crash Reports - CircleCI Support
If your iOS app crashes in the Simulator during a test run, the crash report can be used for diagnosing the exact cause...
Read more >Application Crash When Debug on iOS Simulator
Visual Studio Version 17.1.0 Preview 2.0. After hit the debug button to iOS Simulator (iPhone 13 iOS 15.2), application stop and error: System....
Read more >App randomly crashing on iOS 15.4 Simulator (Xcode 13.3+)
If you are experiencing this - no worries! It only happens on Simulator devices and only on the iOS 15.4 ones (bundled with...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi,
Problems solved. I have reimplemented read string methods from two files to solve memory bugs:
Now it is working very well on all devices.
Thanks.
Hi,
The updated binaries is here: https://github.com/prsolucoes/mobile-pdfium
It works with your sample in simulator and device.
Get prebuilt library on end of file README.md at my repository.
Can you test it?
Thanks.