All of a sudden, all TextViews, TextFields and even searchbars give the same console error on entering them:
Happens on iPads only (simulator too). My app is a universal app, programmatic UI (UIKit). iPhones are perfectly fine. Happened all of a sudden two days ago. Could this be because of upgrades to 14.2 both simulator and devices and relevant Xcode updates? I have no clue whatsoever where this comes from and how to remove it ...
EDIT
Starting to think this has something to do with the keyboards on iPads?
Code Block ( "<NSAutoresizingMaskLayoutConstraint:0x281fe1b30 h=--& v=--& _UIButtonBarButton:0x1290c0cd0.height == 0 (active)>", "<NSLayoutConstraint:0x281ffa440 V:|-(6)-[_UIUCBKBSelectionBackground:0x1290c14c0] (active, names: '|':_UIButtonBarButton:0x1290c0cd0 )>", "<NSLayoutConstraint:0x281ffa3a0 _UIUCBKBSelectionBackground:0x1290c14c0.bottom == _UIButtonBarButton:0x1290c0cd0.bottom - 6 (active)>" )
Happens on iPads only (simulator too). My app is a universal app, programmatic UI (UIKit). iPhones are perfectly fine. Happened all of a sudden two days ago. Could this be because of upgrades to 14.2 both simulator and devices and relevant Xcode updates? I have no clue whatsoever where this comes from and how to remove it ...
EDIT
Starting to think this has something to do with the keyboards on iPads?