Hi!
I had a crash on iOS 7 simulator, when I try to preload sound file. It's not depend of what kind I try to preload, background or effect sounds. On iOS 6 simulator and device with iOS 7 app works correctly.
Crash happensin init method when I want to take singleton of OALSimpleAudio :
Hi! I had a crash on iOS 7 simulator, when I try to preload sound file. It's not depend of what kind I try to preload, background or effect sounds. On iOS 6 simulator and device with iOS 7 app works correctly. Crash happensin init method when I want to take singleton of OALSimpleAudio :
If we look deeper, we can see in class ALWrapper, when we call method:
deviceName is NULL.
Can anyone give me an answer how i can solve this problem?
Thanks.