Reputation: 31
I'm facing a strange issue and have no idea how to solve it. I have in my app a simple viewcontroller with 3 textfield. I have define them as IBOutlet in my .h and linked them with the file's owner. Two of them are define with default Keyboard, the other use phone pad keyboard. When i Try to edit the phone field (phone pad keyboard) it's ok. Keyboard appear, field can be modify. When i try to edit one of the 2 others, then the app crash for the reason :"Terminating in response to SpringBoard's termination."
Any idea ?
Thanks in advance.
BR,
Smazimute
Upvotes: 0
Views: 607
Reputation: 5642
I found the answer to this issue. Turn off auto correct on the iPhone Simulator.
Upvotes: 4
Reputation: 889
Try to reset iphone simulator content and settings then restart Xcode
Upvotes: 0