Everything works fine till I build my cordova application with Xcode 7.3.0 but it started crashing only on iOS 10 devices after building the same application with Xcode 8 wh
For me the cause was [myTextField becomeFirstResponder]; placed after the initial viewWillAppear thread ended.
[myTextField becomeFirstResponder]