Closed KompoD closed 6 years ago
Hey @KompoD! Thanks for your report.
I'll try to reproduce your issue. Meanwhile, how often do you get this error?
@taflanidi I just started typing first symbol in masked textfield and catch this error.
@KompoD, Alright, I've reproduced your issue, and it seems I've found a potential solution.
Could you try profiling your project with a "Blank" profiler template by adding necessary instruments? See below.
1.
2.
3.
Please, share your results.
@taflanidi, using Blank I have no errors. It's magic :) P.S. Sorry for late answer.
@KompoD you're welcome.
Hey guys! I recently tested my app and while try to profile memory leaks I got error in
FormatSanitizer.swift
infunc getFormatBlocks(_ string: String) -> [String]
block.Error message is
Main Thread Checker: UI API called on a background thread: -[UIView retainCount] PID: 1884, TID: 190199, Thread name: (none), Queue name: com.apple.keyboard.xpc, QoS: 25
Please check this :)P.S. Thanks for awesome library! 👍🏻