I uploaded an archive on app store and am getting crash when I 'm trying to play an intro sound. I'm using AVAudioEngine
to play the sound. When I compile and run code through Xcode everything works fine. When I upload on TestFlight and try to run my app as an internal tester my app crashes. The crash report is:
If I use AVAudioPlayer
to play that sound it's ok. I can't understand what is the problem with AVAudioEngine
. Any advices?