Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 7 UI Testing Failure: App accessibility isn't loaded

While I'm running UITests on Simulator with Xcode 7, it's failed when invoking XCUIApplication().launch() with App accessibility isn't loaded

enter image description here

like image 928
Quanlong Avatar asked Sep 06 '15 08:09

Quanlong


1 Answers

this is a known bug in Xcode bot, usually happens on large server code bases. It's already been filed by Apple Developers (myself as well), and they're 'fixing' it.

Hope this helps.

like image 181
TechnicalTophat Avatar answered Nov 03 '22 10:11

TechnicalTophat