- ios更新离线sdk4.0.6
2.在xcode info文件中 增加dcloud_appkey 离线配置项。
3.项目正常运行起来后视频无法正常查看(使用的组件 chunlei-video),并报以下信息
<Weex>[warn]WXComponentFactory.m:190, Fail to find selector with componet name:u-video and method:seek, please check if the parameters are correct !
- 发布:2024-05-21 20:59
- 更新:2024-05-22 18:09
- 阅读:140
产品分类: uniapp/App
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: 13.6.6 (22G630)
HBuilderX类型: 正式
HBuilderX版本号: 4.06
手机系统: iOS
手机系统版本号: iOS 15
手机厂商: 苹果
手机机型: iphone6s
页面类型: nvue
vue版本: vue2
打包方式: 离线
项目创建方式: HBuilderX
操作步骤:
预期结果:
使用 chunlei-video组件正常可以查看视频
使用 chunlei-video组件正常可以查看视频
实际结果:
Xcode运行 报以下错误信息
<Weex>[warn]WXComponentFactory.m:190, Fail to find selector with componet name:u-video and method:seek, please check if the parameters are correct !
Xcode运行 报以下错误信息
<Weex>[warn]WXComponentFactory.m:190, Fail to find selector with componet name:u-video and method:seek, please check if the parameters are correct !
bug描述:
由于nvue在ios 17.0闪退,ios离线包更新离线sdk 4.0.6后,在nvue页面使用 chunlei-video组件播放视频 无法正常播放。
xcode 报错信息:
<Weex>[warn]WXComponentFactory.m:190, Fail to find selector with componet name:u-video and method:seek, please check if the parameters are correct !
更新前可以正常播放,更新后无法播放见附件