bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error in objective-c file while building iphone app


From: Adam Fedor
Subject: Re: Error in objective-c file while building iphone app
Date: Fri, 2 Dec 2011 08:09:01 -0700

DEBUG is usually a pre-processor macro definition, a.k.a:

#define DEBUG 1

The semi-standard for method names is capitalized words without spaces, except for a lowercase first  letter.  I'd at least use a more descriptive name for a method that describes
what it does.

On Dec 2, 2011, at 4:14 AM, Ravuri, Balakrishna wrote:

Hi,
I created client application for iphone . while building I am getting the following error Parse issue in the  "SUPLogLevel.h"  file like "Expected selector for objective-c method" at the +(int) DEBUG method.   I have attached the file can you please tell me what is the problem.
 
Thanks & regards
Balakrishna
<SUPLogLevel.h>_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep


reply via email to

[Prev in Thread] Current Thread [Next in Thread]