Posts

Post marked as solved
3 Replies
408 Views
Hello, community. Starting from Xcode 11.4, libxml behaving differently in debug and release build, sometimes crashes. It works fine before Xcode 11.3 or in debug build. My project use libxml via a 3rd party library called Fuzi. Fuzi have't changed in months, so I don't think it's where problem lie in . I have spent months debugging this issue, but unfortunately not yet find the cause. I have created a demo project for reproducing this issue. https://github.com/kukushi/FuziCrash Any help will be welcomed.
Posted Last updated
.
Post not yet marked as solved
8 Replies
2.6k Views
After updating to iOS 13.2, tapping on the attachment on the text view will not call this delegate method at all.func textView(_ textView: UITextView, shouldInteractWith textAttachment: NSTextAttachment, in characterRange: NSRange, interaction: UITextItemInteraction) -> BoolLong pressing on the attachment will call this delegate method instead. I'm wondering It's a bug or intended change.Any help is welcome.
Posted Last updated
.