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
I've found the reason of this issue. It happens due to infinite layout loop.
Go to the Product menu, hold down Option, and choose “Run…”
Select the Arguments tab, and click + to add a new entry
For iOS apps enter -UIViewLayoutFeedbackLoopDebuggingThreshold 100
Somewhere there is a problem with setNeedsLayout code. Currently I don't have fix for this, so I might look for another library as a temp solution.
2019-10-18 21:55:40.741282+0300 [62604:826504] [LayoutLoop] >>>UPSTREAM LAYOUT DIRTYING<<< About to send -setNeedsLayout to layer for <UIView: 0x7ffe51699f90; f={{0, 0}, {382, 200}} > under -layoutSubviews for <.WSTagsField: 0x7ffe5169a0f0; f={{0, 0}, {382, 200}} >
Which version of the WSTagsField are you using?
E.g.
1.0.11
On which platform does the issue happen?
iOS 13
Are you using Carthage?
No
Are you using Cocoapods?
1.6.0
Which version of Xcode are you using?
Xcode 11.0
What did you do?
What did you expect to happen?
How to fix it?
app crash on real iPhone device and simulator app stucked
The text was updated successfully, but these errors were encountered: