SOLVED: CCMenuItemSprite and CCMenuItemImage mismatch between ios and android

Hi!
I’ve tried to open an issue, but didn’t found how to do it :blush:
Anyway:

  • using cocos2d-1.0.1-x-0.12.0 lib
  • there is a mismatch between ios and android:
    * android: CCMenuItemSprite::itemFromNormalSprite(CCSprite* normal, CCSprite* selected, CCSprite* disabled, CCObject target**, SEL_MenuHandler selector)
    ** ios: CCMenuItemSprite::itemFromNormalSprite(CCSprite* normal, CCSprite* selected, CCSprite* disabled, SelectorProtocol target*, SEL_MenuHandler selector)

The same happens with CCMenuItemImage.

Regards!
Jordi

I was using different libraries between systems: cocos2d-1.0.1-x-0.11.0 and cocos2d-1.0.1-x-0.12.0
The solution, of course is use the same. ¬¬