While declaring a simple UIAlertView, with the following code, I get the above mentionned error on that line:
UIAlertView * alerteken = [[UIAlertView alloc] initWithTitle:@"Email" message:@"Please enter the @mailinator.com email address you want to read:" delegate:self cancelButtonTitle:@"Cancel" otherButtonTitles:@"Ok"];
What am I doing wrong?