Crash: cocos2d::ObjectFactory::TInfo::TInfo(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, cocos2d::Ref* (*)()) + 84

Hey, I’m experiencing the following crash on iOS systems below 12.5. The crash occurs immediately upon launching the application. When I build the application on a device running iOS 12.5 (with Xcode version 12), everything works fine. However, when I download the application from the App Store, it is terminated immediately after launching.

I’ll add that to submit the application to the App Store, I built the .ipa using Xcode 15.3. Does the Xcode version have an impact on this issue?