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.