Post

Replies

Boosts

Views

Activity

Reply to PDFKit Crash Problem
I had a similar problem where my PDFView would crash on selecting text or other gestures like swiping. Turns out that for some reason it had to do with setting the creationDateAttribute on the documentAttributes of the view's PDFDocument was causing the crash. I don't know how this is related to the problem. Limiting the documents metadata to just some essential information (no creationDateAttribute) did the trick for me.
Dec ’23