Hi! I'm sure this is a common problem, but I couldn't find anything. I'm making a App for iPhone, when I'm trying to launch it in xCode the app I made won't start. It starts, then it closes. Is there a reason for this?
You made a mistake in the code. Check the console to see if there are any messages. Also check xcode to see if there were any warnings at compile time.
The error is complaining about the - in "- (BOOL)..etc.", and the most likely problem is that the line isn't in the right place, or something before it isn't terminated properly.