Insta360Develop / CameraSDK-iOS

iOS SDK to control Insta360 cameras.
40 stars 5 forks source link

[bug] iOS Crash when i build with plugin Disonance voice chat #7

Closed marksTam201 closed 3 years ago

marksTam201 commented 3 years ago

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. Link: https://github.com/Placeholder-Software/Dissonance/issues/240

Your Environment

Include as many relevant details about the environment you experienced the bug in

image image