Upvote:2

Aprove answer
CCSprite* sprite = [CCSprite spriteWithSpriteFrame:frame];

Upvote:0

[[[CCSpriteFrameCache sharedSpriteFrameCache]spriteFrameByName:@"MyFrame"]texture];

Credit Goes to: stackoverflow.com

Related question with same questions but different answers