无法在 iOS 上运行音频聊天颤振应用程序 - 找不到“AgoraRtcKit/AgoraRtcEngineKit.h”文件
Posted
技术标签:
【中文标题】无法在 iOS 上运行音频聊天颤振应用程序 - 找不到“AgoraRtcKit/AgoraRtcEngineKit.h”文件【英文标题】:Can't get audio chat flutter app to run on iOS - 'AgoraRtcKit/AgoraRtcEngineKit.h' file not found 【发布时间】:2021-08-09 20:32:12 【问题描述】:我正在尝试从以下存储库运行颤振代码
https://github.com/perpetio/clubhouse
它在 android 上成功安装和加载(仍在进行 firebase 身份验证)
不幸的是,在 ios(模拟器和设备)上,我收到错误消息:“'AgoraRtcKit/AgoraRtcEngineKit.h' 文件未找到”,它本身在导入期间由 AgoraRtcEngineKit.h 文件抛出
#import <AgoraRtcKit/AgoraRtcEngineKit.h>
尝试了稀缺的可用解决方案(主要是在 react-native 的上下文中)但仍然无法正常工作..
非常感谢您的帮助
【问题讨论】:
【参考方案1】:您确定添加了 iOS 权限吗? https://pub.dev/packages/agora_rtc_engine#ios
如果你这样做了,也试试这个:https://pub.dev/packages/agora_rtc_engine#ios-video-cant-show-android-works-fine
【讨论】:
以上是关于无法在 iOS 上运行音频聊天颤振应用程序 - 找不到“AgoraRtcKit/AgoraRtcEngineKit.h”文件的主要内容,如果未能解决你的问题,请参考以下文章