MOD NOTE: Pulled from: https://forums.macrumors.com/threads/1260798/
I have the same error but in a different situation
I have a text field in my program but when ever I try to type something in it I will get EXC_BAD_ACCESS and the program will crash and the pointer will go to :
int retVal = UIApplicationMain(argc, argv, nil, nil);
what am I doing wrong?
I have the same error but in a different situation
I have a text field in my program but when ever I try to type something in it I will get EXC_BAD_ACCESS and the program will crash and the pointer will go to :
int retVal = UIApplicationMain(argc, argv, nil, nil);
what am I doing wrong?
Last edited by a moderator: