ASusoeff
Aspiring developer
Profile
Posts: 296
Reg: Aug 13, 2011
Bryant, AR
13,460
10/01/12 07:34 AM (13 years ago)

parse error something about zombies and character?

Got a Parse Issue, unexpected '@' in program....here is the code....what the heck is a debugging zombie? /* TURN OFF ZOMBIES BEFORE RELEASING THIS APPLICATION! If you're unsure what "debugging zombies" are, ignore this. If you do, be sure to turn them off before releasing this application. The NSLog message below prints a reminder to the output console if you have left Zombies on. You're using the output console, right? */ if(getenv("NSZombieEnabled") || getenv("NSAutoreleaseFreedObjectCheckEnabled")){ NSString *message = @""; message = [message stringByAppendingString:@"#####################################################################################################################"]; message = [message stringByAppendingString:@"ZOMBIES ENABLED, TURN THIS OFF BEFORE RELEASING THIS APPLICATION!"]; message = [message stringByAppendingString:@"Do this with Product > Edit Scheme menu. Remove NSZombieEnabled = YES; message = [message stringByAppendingString:@"#####################################################################################################################"]; NSLog(@"%@", message); }
 
PSMDanny
Apple Fan
Profile
Posts: 1166
Reg: Dec 09, 2011
Heerlen
21,940
like
10/01/12 07:46 AM (13 years ago)
Hi ASusoeff, when did you donwload the source code of this app? If it was before saturday please redownload the source code. Also have a look at this: http://www.buzztouch.com/forum/thread.php?fid=F4A88E3026BC19F4A19621A&tid=F4A88E3026BC19F4A19621A Make it look like this: NSZombieEnabled = YES"]; Notice the quotation mark and the bracket!? Best Regards, Danny
 
PSMDanny
Apple Fan
Profile
Posts: 1166
Reg: Dec 09, 2011
Heerlen
21,940
like
10/01/12 07:48 AM (13 years ago)
 
ASusoeff
Aspiring developer
Profile
Posts: 296
Reg: Aug 13, 2011
Bryant, AR
13,460
like
10/05/12 04:37 AM (13 years ago)
Thanks Danny. The new download fixed the problem Cheers Al :-)
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.