I keep receiving the error “Thread 1 EXEC_BAD_ACCESS (code=EXC_ARM_DA_ALIGN, address=0xf286)”
my project is in this zip
I have no idea what the error is, can someone please tell me?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your error is here:
NSArray masterWordList = [NSArray arrayWithObjects:@”well”, …];
There are “floss” determined like a char not NSString, so you forgot about “@”, you should write @”floss”.
And you better use some resource file to store a lot of strings constants…