使用3.2.16版SDK打ios离线包,在nvue页面使用video组件播放视频报如下错误,视频无法播放,vue页面没问题。
云端打包、自定义基座就全OK,都可以正常播放。
求解!!
<Weex>[error]WXMonitor.m:289, [WX_KEY_EXCEPTION_WXBRIDGE] exception: TypeError: e[t] is not a function. (In 'e[t]()', 'e[t]' is undefined)
stack:Ri@weex-main-jsfm.js:2:99961
operateVideoPlayer@weex-main-jsfm.js:2:158781
bf@weex-main-jsfm.js:2:248323
weex-main-jsfm.js:2:248431
video_detail.js:1:43417
weex-main-jsfm.js:2:517799
weex-main-jsfm.js:2:1418
map@[native code]
2 个回复
a***@163.com (作者)
搞定了,自己问题
少添加了依赖库,
https://nativesupport.dcloud.net.cn/AppDocs/usemodule/iOSModuleConfig/common
1***@qq.com
我也遇到了,少了一个libDCUniVideo.a 包,配置了就好了