cocos2d 2.0 templates not showing in new project wizard.

nuf said. I just installed cocos2d-2.0 templates, they show up in Xcode 4.3.3 but not in the new project wizard of AppCode 1.5.6 (see attached screenshots) Any suggestions ?

0
5 comments

Yves, we have added support for cocos templates in AppCode 1.6, you can check the public preview here: http://blog.jetbrains.com/objc/
Does it work for you?

0

Hey Anton, does the dmg 'squash' my current version, or can i have (temporarily) both the EAP 1.6 and 1.5.6 running ?  

0

errr .... nvm, could have checked Anton.

YES , the new cocos2d templates are now visible in the new project wiz.  Thanks.

0

Sure, you can have both.
the only thing - I would recommend to change the caches path in the AppCode-120.38/Contents/Info.plist, so AppCode 1.5 and 1.6 do not conflict and rebuild caches constantly.

Locate the 'Properties' tag and add 'idea.system.path' section as shown:

      <string>com.intellij.idea.Main</string>
      <key>Properties</key>
      <dict>
        <key>idea.system.path</key>
        <string>~/Library/Caches/appCode10-eap/</string>


        <key>idea.popup.weight</key>
        <string>heavy</string>

0

thanks for that. dont want to turf my ongoing projects by 'unfortunate' event. Keep up the great work, you cant imagine how much I had made silent prayers for IntelliJ to come up with an alternative to the other IDE.

0

Please sign in to leave a comment.