Hi,
My app is crashing when running on iOS14 beta 3 while execute the following code:
ALCdevice* _alcDevice = alcOpenDevice(NULL);
I see that OPENAL is deprecated in iOS14, but should it crashes?
This crashed happened on iOS14 beta1, fixed on beta 2, but exist again on beta 3.
Please tell me if I can keep use OPENAL for a while, or I must replace it now.
Thanks,
Rafael
My app is crashing when running on iOS14 beta 3 while execute the following code:
ALCdevice* _alcDevice = alcOpenDevice(NULL);
I see that OPENAL is deprecated in iOS14, but should it crashes?
This crashed happened on iOS14 beta1, fixed on beta 2, but exist again on beta 3.
Please tell me if I can keep use OPENAL for a while, or I must replace it now.
Thanks,
Rafael