I am getting the follow crash in my reports but I don\'t have a clue as to where to start looking! - any help appreciated. I have no calls or reference to UIKeyboardLayoutA
This might help someone with the same issue. I came here to check out your answer, but it didn't work for me.
iOS 8.3 UIAlertController crashes when trying to add a textfield
To reiterate what's on the other thread, I solved it by setting the animated flag to "NO" when presenting the UIAlertController
[self presentViewController:alert animated:NO completion:nil];