Re: Xcode beginner problem (tutorial build)
Re: Xcode beginner problem (tutorial build)
- Subject: Re: Xcode beginner problem (tutorial build)
- From: Markus Hitter <email@hidden>
- Date: Fri, 30 Sep 2005 02:50:49 +0200
Am 29.09.2005 um 22:10 schrieb Lee Cullens:
/usr/bin/ld: Undefined symbols:
_InsertRect
There's no system function with this name and the tutorial you
mentioned doesn't use it either. To check, ignore the underscore, the
open Xcode's documentation window, do an API search and start typing
the function name.
Did you type this symbol somewhere? The most similar function,
regarding the name, is NSInsetRect().
One path for beginners to track down basic issues is to create a new
Cocoa or Carbon application project and build them unmodified. They
should all build/run out of the box, giving you a basic menu and an
empty window. Then start modifying in small steps and see what happens.
I suppose I should set Xcode aside until I get further into Carbon
and Cocoa,
Xcode is fine for most simple CLI apps as well: Create a new project,
select "Standard Tool", hit the "Build&Run" button. There 'ya go.
If you want functionality, too, look for the "insert code here..."
comment ;-)
but I can't see the point in an introductory tutorial if one can't
successfully get through it :-)
The last time I tried the Cocoa and Cocoa Bindings Tutorials, they
worked as described. I'm a long term Xcode user, though. Any specific
issues?
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden