I use Dissonance HLAPI and plugin Insta360 Camera in my project, it work fine on Android but when I build for IOS,
It always crash when I try open Microphone to voice chat.
If i setting permision Microphone = off or don't use any function about microphone --> no crash app, but can not chat voice, it is ultimately impractical.
I created issue with Disonance plugin and they said It looks like the problem may be that the Insta360 SDK uses a symbol which has a naming collision with something in Opus.a/AudioPluginDissonance.a, Unfortunately this can happen on iOS because everything is statically linked so everything needs a unique name.
Your Environment
Include as many relevant details about the environment you experienced the bug in
Context
I use Dissonance HLAPI and plugin Insta360 Camera in my project, it work fine on Android but when I build for IOS, It always crash when I try open Microphone to voice chat. If i setting permision Microphone = off or don't use any function about microphone --> no crash app, but can not chat voice, it is ultimately impractical.
I created issue with Disonance plugin and they said It looks like the problem may be that the Insta360 SDK uses a symbol which has a naming collision with something in Opus.a/AudioPluginDissonance.a, Unfortunately this can happen on iOS because everything is statically linked so everything needs a unique name.
Your Environment
Include as many relevant details about the environment you experienced the bug in