iOS14 beta 3 | App crash when trying to use OPENAL API

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
UPDATE: it crashes on simulator only, on real device running iOS14 beta 3 it works fine
iOS14 beta 3 | App crash when trying to use OPENAL API
 
 
Q