集成腾讯云即时通信与直播(带UI)SDK
pod导入直播与聊天,不能同时集成音视频
use_frameworks! :linkage => :static
install!'cocoapods', :disable_input_output_paths =>true
pod 'TXIMSDK_TUIKit_iOS'
pod 'TXIMSDK_TUIKit_live_iOS_Professional'
集成Flutter 使用podspec方式,需要将flutter的framework拉到General ->FrameWorks
设置enable bitcode 为no
设置成embed & sign
flutter集成了toast 腾讯云也集成了toast,如果报文件重复的问题,则在buildsetting找到header search paths,去掉toast相关(老项目集成pod,可能有同事修改了这里)
网友评论