문제

I have simple CCAnimation loading from playlist, and when i test it on emulator everything is OK, but when test on device animation didn't play?

Can some body tell me where will be the problem?

도움이 되었습니까?

해결책

Remember that device is key sensitive, so if your file real name is MyAnimation.png then loading myanimation.png works on the simulator but NOT on device.

Anyway, as YvesLeBorg said, some code or log will help.

다른 팁

a bit of code would help, maybe a log from the device. Chances are either your plist or your texture did not make it to the device. Try 1) ensure your plist and texture are included in the target, 2) cleaning the target, build and run.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top