One Quickie


Building projects from the command line (Project Builder->General)
Look at xcodebuild. We've got a rant about cocoa development in emacs, which includes a discussion of pbxbuild, the predecessor to xcodebuild. Some of the arguments have changed over the years. I usually run it like:
% xcodebuild -configuration "Debug" -target "My Groovy App"
If you have one target, or have a default target, you can leave out the -target argument.



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com