道道123
道道123
  • 发布:2020-07-06 16:06
  • 更新:2023-02-24 15:13
  • 阅读:6069

h5运行正常,app运行时出现cid unmatched at view.umd.min.js:1

分类:uni-app

详细问题报错。这个是什么问题,如何解决,使用hbuilder X2.7.14

cid unmatched at view.umd.min.js:1
15:29:24.137 TypeError: Invalid attempt to destructure non-iterable instance.
15:29:24.158 In order to be iterable, non-array objects must have a [Symbol.iterator]() method. at view.umd.min.js:1
15:29:24.178 cid unmatched at view.umd.min.js:1
15:29:24.199 TypeError: Invalid attempt to destructure non-iterable instance.
15:29:24.219 In order to be iterable, non-array objects must have a [Symbol.iterator]() method. at view.umd.min.js:1
15:29:24.240 cid unmatched at view.umd.min.js:1
15:29:24.261 TypeError: Invalid attempt to destructure non-iterable instance.
15:29:24.281 In order to be iterable, non-array objects must have a [Symbol.iterator]() method. at view.umd.min.js:1
15:29:24.302 cid unmatched at view.umd.min.js:1
15:29:24.322 TypeError: Invalid attempt to destructure non-iterable instance.
15:29:24.343 In order to be iterable, non-array objects must have a [Symbol.iterator]() method. at view.umd.min.js:1
15:29:24.364 cid unmatched at view.umd.min.js:1
15:29:24.384 TypeError: Invalid attempt to destructure non-iterable instance.

2020-07-06 16:06 负责人:DCloud_UNI_GSQ 分享
已邀请:
兴业软件技术

兴业软件技术 - 致力于行业软件开发

这个问题解决了 和编译器没有太大关系,我导致下面这个错误出现的原因是,我在页面中for循环中的数组内使用了未被定义的内容导致的页面渲染出错了,建议类似问题的朋友可以检查一下页面渲染引用的数据是否正确

兴业软件技术

兴业软件技术 - 致力于行业软件开发

我和你遇到了同样问题,我将HBuilderX回滚到了2.7.9.20200527版本可以了,应该是编译器新版本对某些地方的支持有所更改导致的,至今没找到问题原因

DCloud_UNI_GSQ

DCloud_UNI_GSQ

详细描述一下

  • 道道123 (作者)

    h5启动,在浏览器运行就没有这样的错误,运行在安卓模拟器就会报这样的错误,之前没有引入md5js之前好像也没报过这样的错误,现在怀疑是不是引入的md5-js对app不适配。就是报这样的错误不知道怎么详细描述

    2020-07-08 09:28

  • x***@163.com

    请问这个问题解决了吗

    2020-07-18 10:15

  • 旺仔牛奶

    我也遇到这个问题了

    2020-07-21 13:03

  • DCloud_UNI_GSQ

    回复 道道123: 去掉后再测试对比一下

    2020-07-22 16:43

兴业软件技术

兴业软件技术 - 致力于行业软件开发

这个问题解决了 和编译器没有太大关系,我导致下面这个错误出现的原因是,我在页面中for循环中的数组内使用了未被定义的内容导致的页面渲染出错了,建议类似问题的朋友可以检查一下页面渲染引用的数据是否正确
14:45:02.019 cid unmatched at view.umd.min.js:1
14:45:02.039 TypeError: Invalid attempt to destructure non-iterable instance.
14:45:02.059 In order to be iterable, non-array objects must have a [Symbol.iterator]() method. at view.umd.min.js:1

BattleHawk76

BattleHawk76

我的报错原因是原先一个组件是style用object导入的.复制过去以后把object属性里面的变量删除了都是字符串以后报的错误

  • BattleHawk76

    把style重新改成默认的style形式就好了

    2021-05-14 10:24

徐世强

徐世强

小程序 没有出现这种问题,编译成app 问题就出来,这种循环问题 基本上每个页面都有 有没有 全局 更改的办法

  • YyJj123123

    找到解决方法了吗?我这也是小程序没问题,编译为app就报这个错了

    2021-10-12 17:35

  • GG丶

    回复 1***@qq.com: 解决了吗

    2021-10-18 14:24

  • 三月_

    回复 GG丶: 可以看看for循环的key值对不对,我出现问题就是因为key值错误的

    2022-01-08 15:17

  • 1***@qq.com

    回复 x***@163.com: 感谢老哥 就是key值的问题

    2022-09-20 10:47

三月_

三月_

我也遇到这个问题,发现是for循环的key值不对导致的, key值为undefined. h5没问题,app就报错

1***@qq.com

1***@qq.com

我把整个页面都注释了,还是报错无语

要回复问题请先登录注册