CCSpine by cocos2d-objc-ext not working

48 Views Asked by At

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.

1

There are 1 best solutions below

0
On BEST ANSWER

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.