[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compilation error - first objective c program
From: |
David Chisnall |
Subject: |
Re: compilation error - first objective c program |
Date: |
Sat, 12 Jan 2013 12:51:09 +0000 |
Hi Patrick,
Your first error is using gcc, which only supports an archaic dialect of
Objective-C and has quite incomprehensible error messages.
Your second error is here:
On 12 Jan 2013, at 12:47, patrick dudjalija wrote:
> @interface Test class
Why do you write class at the end here? You probably mean to write:
@interface Test : NSObject
David
-- Sent from my STANTEC-ZEBRA