You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NSInternalInconsistencyException on iOS 13.2.3 when connecting to qBittorent 4.2.1
TL;DR:
[Assert] UIView animation API is being called from a background thread. Performing any operation from a background thread on UIView or a subclass is not supported and may result in unexpected and insidious behavior.
BarMagnet[17998:2644184] This application is modifying the autolayout engine from a background thread after the engine was accessed from the main thread. This can lead to engine corruption and weird crashes.
BarMagnet[17998:2644184] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Modifications to the layout engine must not be performed from a background thread after it has been accessed from the main thread.'
NSInternalInconsistencyException on iOS 13.2.3 when connecting to qBittorent 4.2.1
TL;DR:
Full console output:
The text was updated successfully, but these errors were encountered: