0

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.

luoyeshu
  • 15
  • 1
  • 5

1 Answers1

0

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.

Droppy
  • 9,691
  • 1
  • 20
  • 27