If this problem is caused by GetKaiser(unsigned int, double) in libAudioToolboxUtility.dylib, like @WhoIsRui say, it's a classic C++ trap. https://isocpp.org/wiki/faq/ctors#static-init-order
We should use a struct wrap those two static variable, then static struct { ... }.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: