CATransaction synchronization called inside a transaction

My application worked fine, displaying lines from an HTML file in a UITableView, but after updating some PODs, the application crashes at startup and I get this error and Xcode does not show the exact line or function in which this error occurs

[CATransaction synchronize] called within transaction 

The only thing I updated is HTMLKit.

+6
source share

Source: https://habr.com/ru/post/1012440/


All Articles