xcodexcode4xcode3to4

Xcode3 to Xcode4 code templates


can someone tell me how to convert code templates from xcode3 to xcode4? I am reading article at http://iphonedevelopment.blogspot.com/2009/04/opengl-es-from-ground-up-part-2-look-at.html and author offers his OpenGLES code template, but I can't get it working in new xcode4, seems it have different format. Any suggestions?

Thanks in advance :)


Solution

  • I had the same problem, here is a list of the changes you need to do to make your xcode 3 templates works with xcode 4 :

    First you have to move your templates to a new directory :

    /YourUserDirectory/Library/Developer/Xcode/Templates/File Templates

    (previously it was /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/File Templates)

    Then you need to :

    Hope this helps, Vincent