Xcode 流星+;Cordova:EXC\u坏访问错误

Xcode 流星+;Cordova:EXC\u坏访问错误,xcode,cordova,meteor,Xcode,Cordova,Meteor,我有一个meteor+cordova应用程序,我想为iOS构建。使用Xcode运行应用程序时,有时会出现以下阻塞错误: libobjc.A.dylib`objc_msgSend: 0x334e1f60 <+0>: cbz r0, 0x334e1f9e ; <+62> 0x334e1f62 <+2>: ldr.w r9, [r0] -> 0x334e1f66 <+6>: ldrh.w r1

我有一个meteor+cordova应用程序,我想为iOS构建。使用Xcode运行应用程序时,有时会出现以下阻塞错误:

 libobjc.A.dylib`objc_msgSend:
    0x334e1f60 <+0>:  cbz    r0, 0x334e1f9e            ; <+62>
    0x334e1f62 <+2>:  ldr.w  r9, [r0]
->  0x334e1f66 <+6>:  ldrh.w r12, [r9, #0xc]
    0x334e1f6a <+10>: ldr.w  r9, [r9, #0x8]
    0x334e1f6e <+14>: and.w  r12, r12, r1
    0x334e1f72 <+18>: add.w  r9, r9, r12, lsl #3
    0x334e1f76 <+22>: ldr.w  r12, [r9]
    0x334e1f7a <+26>: teq.w  r12, r1
    0x334e1f7e <+30>: bne    0x334e1f86                ; <+38>
    0x334e1f80 <+32>: ldr.w  r12, [r9, #0x4]
    0x334e1f84 <+36>: bx     r12
    0x334e1f86 <+38>: cmp.w  r12, #0x1
    0x334e1f8a <+42>: blo    0x334e1f98                ; <+56>
    0x334e1f8c <+44>: it     eq
    0x334e1f8e <+46>: ldreq.w r9, [r9, #0x4]
    0x334e1f92 <+50>: ldr    r12, [r9, #8]!
    0x334e1f96 <+54>: b      0x334e1f7a                ; <+26>
    0x334e1f98 <+56>: ldr.w  r9, [r0]
    0x334e1f9c <+60>: b      0x334e21e0                ; _objc_msgSend_uncached
    0x334e1f9e <+62>: mov.w  r1, #0x0
    0x334e1fa2 <+66>: bx     lr
    0x334e1fa4 <+68>: nop    
    0x334e1fa6 <+70>: nop    
    0x334e1fa8 <+72>: nop    
    0x334e1faa <+74>: nop    
    0x334e1fac <+76>: nop    
    0x334e1fae <+78>: nop    
    0x334e1fb0 <+80>: nop    
    0x334e1fb2 <+82>: nop    
    0x334e1fb4 <+84>: nop    
    0x334e1fb6 <+86>: nop    
    0x334e1fb8 <+88>: nop    
    0x334e1fba <+90>: nop    
    0x334e1fbc <+92>: nop    
    0x334e1fbe <+94>: nop 
libobjc.A.dylib`objc\u msgSend:
0x334e1f60:cbz r0,0x334e1f9e;
0x334e1f62:ldr.w r9[r0]
->0x334e1f66:ldrh.w r12[r9,#0xc]
0x334e1f6a:ldr.w r9[r9,#0x8]
0x334e1f6e:和.w r12、r12、r1
0x334e1f72:添加.w r9、r9、r12、lsl#3
0x334e1f76:ldr.w r12[r9]
0x334e1f7a:teq.w r12,r1
0x334e1f7e:bne 0x334e1f86;
0x334e1f80:ldr.w r12[r9,#0x4]
0x334e1f84:bx r12
0x334e1f86:cmp.w r12,#0x1
0x334e1f8a:blo 0x334e1f98;
0x334e1f8c:它是一个等式
0x334e1f8e:ldreq.w r9[r9,#0x4]
0x334e1f92:ldr r12,[r9,#8]!
0x334e1f96:b 0x334e1f7a;
0x334e1f98:ldr.w r9[r0]
0x334e1f9c:b0x334e21e0_objc_msgSend_未缓存
0x334e1f9e:mov.w r1,#0x0
0x334e1fa2:bx lr
0x334e1fa4:nop
0x334e1fa6:nop
0x334e1fa8:nop
0x334e1faa:nop
0x334e1fac:nop
0x334e1fae:nop
0x334e1fb0:nop
0x334e1fb2:nop
0x334e1fb4:nop
0x334e1fb6:nop
0x334e1fb8:nop
0x334e1fba:nop
0x334e1fbc:nop
0x334e1fbe:nop
在第4行(
->
箭头所在的位置),我收到了消息

Webthread(11):EXC\u BAD\u访问(代码=1,地址=0xa000000c)

它时不时地发生,我似乎无法重现它。有人能告诉我这个错误是什么意思吗


谢谢

我也知道了。执行暂停在xcode上。很烦人。我也有错误。