Bad Access at UIApplicationMain() if Keyboard's Correction is set to Default or Yes
In 开发者_开发问答my project, there is a simple table view and search controller. Everything loads and works fine, until I type into the text field. It then crashes at UIApplicationMain()
, with a stack track of several UIKeyboardInputImpl
methods. On a whim, I decided to mess with the settings in IB for the Search Bar itself—turns out, setting the option for Correction to Default or Yes causes the crash. I've never seen this happen before, and I'm tempted to call this a bug in the SDK. Can anyone confirm or provide more insight?
Xcode 4 Project: http://db.tt/V6POWik
I've downloaded and checked your sample project for all available options of Correction
and it didn't crash. You should try cleaning your build and derived data just in case and try again. If you are sure that the problem is reproducible I would love to know the steps I need to take to reproduce the error/crash.
Bug in the SDK…not much that I can do.
精彩评论