Hii,
The application crash when I set the volume of the sound, it happens only at iOS-moe, and it is working find on other OS. Appreciate if anyone could advise…
*** Terminating app due to uncaught exception ‘java.lang.ClassCastException’, reason: 'java.lang.ClassCastException: apple.NSObject cannot be cast to com.badlogic.gdx.backends.iosmoe.objectal.ALSource
at com.badlogic.gdx.backends.iosmoe.IOSSound.getSoundSource(IOSSound.java:159)
at com.badlogic.gdx.backends.iosmoe.IOSSound.setVolume(IOSSound.java:118)
*** snippet:
sound.setVolume(ID.SOUND.ordinal(), 0.0f);
Best regards,
mc