openim-sdk-core
openim-sdk-core copied to clipboard
iOS project, two gomobile-compiled xcframeworks will cause symbol conflicts.
我们项目中已经存在一个由 gomobile 编译的 xcframework,在引入 im-sdk 后会导致符号冲突,无法编译通过。我修改了 gomobile 之后,解决了符号冲突问题,但由于存在两个 golang 运行环境,会导致野指针异常,请问这种情况是否有考虑过,如何解决。
There is already an xcframework compiled by gomobile in our project. After introducing im-sdk, it will cause symbol conflicts and cannot be compiled. After I modified gomobile, I solved the problem of symbol conflicts, but due to the existence of two golang operating environments, it will cause wild pointer exceptions. Have you considered this situation and how to solve it?