"Cocoa Touch Application" Template from XCode 3.1.1 - Stack Overflow most recent 30 from stackoverflow.com 2009-12-03T09:15:29Z http://stackoverflow.com/feeds/question/111653 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/111653/cocoa-touch-application-template-from-xcode-3-1-1 3 "Cocoa Touch Application" Template from XCode 3.1.1 Mac 2008-09-21T18:34:05Z 2009-05-02T00:45:53Z <p>Just installed the latest SDK for iPhone 2.1. When I go to File -> New Project in XCode, under the iPhone OS Application selection, I don't see a template icon for "Cocoa Touch Application". Am I missing something? Anything else I need to download other than the iPhone SDK? If not, how do I add it to the "iPhone OS Application" templates?</p> http://stackoverflow.com/questions/111653/cocoa-touch-application-template-from-xcode-3-1-1/111662#111662 2 Answer by Martin York for "Cocoa Touch Application" Template from XCode 3.1.1 Martin York 2008-09-21T18:39:53Z 2008-09-21T18:39:53Z <p>All the templates (under iPhone) are Cocoa based.</p> <p>The difference between them is basically how you set up the main View and the navigational controls that are installed by default.</p> http://stackoverflow.com/questions/111653/cocoa-touch-application-template-from-xcode-3-1-1/111821#111821 1 Answer by whoisjake for "Cocoa Touch Application" Template from XCode 3.1.1 whoisjake 2008-09-21T19:29:16Z 2008-09-21T19:29:16Z <p>You shouldn't need to add any templates, this is what happens by default.</p> <p>The closest thing to a normal Cocoa Touch application would be the Window-Based application as it gives you a window and a delegate...</p> <p>The others, like Martin said, have different styles already applied to them... OpenGL, Navigation Controllers, Views, etc.</p> http://stackoverflow.com/questions/111653/cocoa-touch-application-template-from-xcode-3-1-1/112415#112415 0 Answer by Mac for "Cocoa Touch Application" Template from XCode 3.1.1 Mac 2008-09-21T22:43:27Z 2008-09-21T22:43:27Z <p>Is this new with iPhone OS 2.1? Because I see references to Cocoa Touch Application template out on the net.</p> http://stackoverflow.com/questions/111653/cocoa-touch-application-template-from-xcode-3-1-1/707690#707690 0 Answer by Optimal Solutions for "Cocoa Touch Application" Template from XCode 3.1.1 Optimal Solutions 2009-04-01T23:08:25Z 2009-04-01T23:08:25Z <p>I am having the same exact issue. I have watched tutorials where the screen doesnt look like my Xcode "new project..." screen. I dont even see Cocoa anything and I just downloaded and installed the iPhone SDK 2.2.1 </p> <p>Did you ever get this issue resolved and if so, how? I am pulling out whats left of my hair. :-)</p> <p>Additional: I am running an iMac 4GB, Mac OS X 10.5.6</p> http://stackoverflow.com/questions/111653/cocoa-touch-application-template-from-xcode-3-1-1/813610#813610 3 Answer by TheUXGuy for "Cocoa Touch Application" Template from XCode 3.1.1 TheUXGuy 2009-05-01T22:45:47Z 2009-05-02T00:45:53Z <p>OK, after some more digging, I found several posts which seem to indicate that the template names have been changed (from the apple support site). So the problem is not with our templates, it is with the video tutorials - they have not been updated. Here is the template mapping between old and new, best I can tell:</p> <p>Cocoa Touch OpenGL Application -> OpenGL ES Application</p> <p>Cocoa Touch Tab Bar -> Tab Bar Application</p> <p>Cocoa Touch Utility -> Utility Application</p> <p>Cocoa Touch Application -> Window-based Application / View based application</p> <p>Cocoa Touch List -> Navigation based Application</p>