Missing Project templates in XCode

Posted by coure06 on Stack Overflow See other posts from Stack Overflow or by coure06
Published on 2010-05-16T19:07:55Z Indexed on 2010/05/16 19:10 UTC
Read the original article Hit count: 196

Filed under:
|
|

I have installed xcode 3.2 with iphone SDK. (without Mac OS 10.4 SDK). WHen i create new project i only got these options for Mac OS
-- Application
-- Framework and Library
-- Application plugin
-- System plugin
--Other

But a book named: Programming Object C 2.0. From which i am learning object C. Its showing XCode with these templates for Mac OS
--Application
--Audio Units --Automater actions
--Bundles
--Command Line Utility
--dynamic library
--Framework
--Java
--Kernal Extensions
--Standard Apple plugin
--Static Library
--Other

I need the Command Line Utility template so that can create sample projects mentioned in book.

© Stack Overflow or respective owner

Related posts about xcode

Related posts about objective-c