Objective C: "_main", referenced from: Start in crt1.3.1.o error
Posted
by Derek Clarkson
on Stack Overflow
See other posts from Stack Overflow
or by Derek Clarkson
Published on 2010-04-15T05:52:43Z
Indexed on
2010/04/15
6:03 UTC
Read the original article
Hit count: 636
Hi all,
Trying to compile a iPhone/iPad application with SDK3.2 and am getting this error:
Undefined symbols:
"_main", referenced from:
Start in crt1.10.5.o
Symbol(s) not found
Collect2: Id returned 1 exit status
I think it's telling me that it's somehow trying to work with code from another SDK but searching the web has not provided any clear answers.
Anyone able to guide me on this and what to look for?
© Stack Overflow or respective owner