Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have an application developed in Xcode and it works perfectly. But when I add a class or object, even when I add a single variable and compile the application on my simulator, shows me the first view that contains two buttons and a textfield.

Now, when I give click on the buttons is normal but when I click the textfield to enter information I boot the application and the debug shows me a message saying malloc mmap (size = 36348752) error (code = 12). And, add a breakpoint in malloc_error_break to know what happens.

I do not remember very well but it is something, I have no idea how to fix this problem? If someone could help I would be very grateful.

share|improve this question
Does your app do anything special when you click on that text field? (I.e. via UITextFieldDelegate) – borrrden Mar 7 at 6:03

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.