Elefantosque
Elefantosque

Reputation: 180

iPhone App crashes (EXC_BAD_ACCESS) on editing any textfield in main

I am a bit new to the iPhone, but I have done some work on the Mac before. In my App there is a text field. And if I´m editing this text field, the App crashes after a few types, and there is an an EXC_BAD_ACCESS sign in main. I have added an other textfield, right in the standart view. It crashes, too, although I have not done anything with it. I have no idea, and I killed every release, so that nothing is overreleased, bit it does not help. Has anyone an idea? thanks

Upvotes: 1

Views: 732

Answers (2)

Elefantosque
Elefantosque

Reputation: 180

I found the answer. It´s a bug in iPhone Simulator. I had to turn off autocorrecting. Then it worked.

Upvotes: 4

Jorge Pi
Jorge Pi

Reputation: 1

Are you working with XCode 4.1? This is a problem related to that version, I just downloaded the Xcode 4.1.1 from the App Store and the problem went away completely.

Regards

Upvotes: 0

Related Questions