11

I finally got around to it and updated Xcode to 7.1. But now I am getting all these warnings in the debugger. My app uses no UIWebViews. I use Parse as a backend, but this is the first time I've been presented with these issues. Any one with any ideas how to fix this? Would be greatly appreciated. Thanks!

UIAccessibility Error adding -[DOMNode _moveRight:withHistory:]
UIAccessibility Error adding -[DOMNode _moveLeft:withHistory:]
UIAccessibility Error adding -[DOMNode _updateSelectionWithTextRange:withAffinityDownstream:]
UIAccessibility Error adding +[DOMNode safeCategoryBaseClass]
UIAccessibility Error adding -[UIWebFormAccessory _accessibilityLoadAccessibilityInformation]
UIAccessibility Error adding -[UIWebFormAccessory initWithFrame:]
UIAccessibility Error adding +[UIWebFormAccessory safeCategoryBaseClass]
UIAccessibility Error adding +[UIWebFormSelectPeripheral safeCategoryBaseClass]
UIAccessibility Error adding +[UIWebFormSelectPeripheral createPeripheralWithDOMHTMLSelectElement:]
UIAccessibility Error adding -[UIWebSelectSinglePicker _accessibilityServesAsFirstElement]
UIAccessibility Error adding +[UIWebSelectSinglePicker safeCategoryBaseClass]
UIAccessibility Error adding -[UIWebSelectMultiplePicker _accessibilityServesAsFirstElement]
UIAccessibility Error adding +[UIWebSelectMultiplePicker safeCategoryBaseClass]
UIAccessibility Error adding -[UIWebPlugInView webPlugInStart]
UIAccessibility Error adding +[UIWebPlugInView safeCategoryBaseClass]
rmaddy
  • 314,917
  • 42
  • 532
  • 579
Joshua Hart
  • 772
  • 1
  • 21
  • 31
  • Xcode 7.2.1, iOS 9.2.1, ARC enabled. This happens to me as well. It seems to be intermittent and I tried restarting my phone, the issue comes back from time to time. Happens only on an actual device. Any update on this? – serge-k Feb 25 '16 at 17:22
  • Happens in my simulator iPhone 6s Plus – Gary Davies Sep 09 '16 at 03:11
  • Happens when we are using KIF https://github.com/kif-framework/KIF to execute tests in the simulators for iPhone 6 and iPad Air 2. Xcode 7.3.1 – yano Oct 18 '16 at 23:14

1 Answers1

3

I don't know why this error happened, but restarting device solved my problem.

Ehsan Jelodar
  • 1,544
  • 19
  • 25