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 used to receive errors of GTXiLib checks, however I start to receive error that says : failed: caught "NSInternalInconsistencyException", "Label <UILabel: 0x7f9f39166ea0; frame = (40 0; 53.6667 50); text = 'Design'; opaque = NO; autoresize = RM+BM; userInteractionEnabled = NO; layer = <_UILabelLayer: 0x6000007991d0>> must be part of view hierarchy to use this method, see API docs for more info."
What could be has changed? Thank you so much! @niksawtschuk
The text was updated successfully, but these errors were encountered:
Seems like you are trying to do a contrast check on a label which does not exist in the window, which means making a snapshot (part of the method used to check contrast) will fail.
Hey all, I have a question.
I used to receive errors of GTXiLib checks, however I start to receive error that says
: failed: caught "NSInternalInconsistencyException", "Label <UILabel: 0x7f9f39166ea0; frame = (40 0; 53.6667 50); text = 'Design'; opaque = NO; autoresize = RM+BM; userInteractionEnabled = NO; layer = <_UILabelLayer: 0x6000007991d0>> must be part of view hierarchy to use this method, see API docs for more info."
What could be has changed? Thank you so much! @niksawtschuk
The text was updated successfully, but these errors were encountered: