アニメーション化されたCCSpriteの上にCCLabelTTFを追加するのに問題があるようです。基本的に、を使用してスプライトに追加しようとしてい[self.sprite addChild:label]
ます。これはエラーでクラッシュします:
Terminating app due to uncaught exception 'NSInternalInconsistencyException',
reason: 'CCSprite is not using the same texture id'
スプライトの上にラベルを付けるにはどうすればよいですか?ありがとう