cocos2d-iphonecocos2d-iphone-3cocos2d-swift

CCSpine by cocos2d-objc-ext not working


I am trying to use CCSpine in my cocos2d-swift V3.3 project, there is a issue: not found CCDictionary.h Where is the CCDictionary.h? Dose it in a low version of coco2d-iphone?But I didn't find it.


Solution

  • It's in the same github repo. Simply copy CCDictionary.{m,h} to your project, along with any other extension files you want to use.