JJBB/Assets/Plugins/IOS/语音ios.txt
2024-08-23 15:49:34 +08:00

7 lines
382 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

5.2.2 Unity导出Xcode工程后需导入所需要的Framework(如果已导入不必重复添加);
需加入security.framework、libc++.dylib和libz.1.dylib
如果当前路径搜不到libc++.dylib需要到系统路径去找在弹框页面点击
“Add other”-->按shit+command+G键-->写入/usr/lib路径去找libc++.dylib其他库按此方法查找。
加语音权限。在info.plist文件 添加一个“NSMicrophoneUsageDescription”的KeyValue添加一个描述。