Closed GoogleCodeExporter closed 9 years ago
The linker doesn't pull over objective c classes/categories, by default, you
need to use -ObjC when linking in a
static library of Objective C.
http://developer.apple.com/qa/qa2006/qa1490.html Also covered in the man
pages for gcc.
Original comment by thoma...@gmail.com
on 25 May 2009 at 5:10
Thank you, that solved the problem.
Original comment by mcz...@gmail.com
on 3 Jun 2009 at 6:52
Original issue reported on code.google.com by
mcz...@gmail.com
on 25 May 2009 at 5:04Attachments: