Results 15 comments of Lian

Same error. You can use custom templates(cat a swift5 templates and delete SwiftUIColor).

并且进入会议时,如果是静音状态,拿到的耳机状态与蓝牙状态都不正确,需要切换一次才能拿到正确的 https://github.com/wildfirechat/ios-chat/assets/7043428/f8ca7fc8-f778-4bc9-b7e8-8830e7fdc44e

第二个问题不只是UI层的问题,如果进入会议时,音频是开启的更新一下UI 即可,但是关闭音频进入会议,这时打印耳机与蓝牙状态都是false,而且打开音频的话能拿到正确的,再次关闭音频拿到的就是错误的。 https://github.com/wildfirechat/ios-chat/assets/7043428/b276e23c-e649-4f5d-8bb2-051f4dc900a8

调用 *#marslog# 这个指令会直接将日志发送给你么?

好的,明白了。不过输入指令,没有效果。之后我这边看下,通过代码把日志拿到发给你们。

Not only, see the video, keyboard layout error also . The return key out of screen and keyboard height change twice

I think this is very useful, please add it. Just like postman, input `{` can prompt user

在打包出的 sdk 中新建个文件夹`Modules`, 里面放个`module.modulemap`, ios-arm64 和ios-arm64_x86_64-simulator, 都要放 这样在Swift 中可以直接引用`import WFChatClient` ``` framework module WFChatClient { umbrella header "WFCChatClient.h" export * module * { export * } } ```