xcode - iOS simulator crashes every time I build my app EXC_BREAKPOINT(code=EXC_i386_BPT,subcode=0x0) -


i developing app , i'm done! i've run issue when build application, ios simulator crashes , xcode gives me this:

libswiftcore.dylib`swift_dynamiccastobjcclassunconditional: 0x1032c0620:  pushq  %rbp 0x1032c0621:  movq   %rsp, %rbp 0x1032c0624:  pushq  %rbx 0x1032c0625:  pushq  %rax 0x1032c0626:  movq   %rsi, %rcx 0x1032c0629:  movq   %rdi, %rbx 0x1032c062c:  xorl   %eax, %eax 0x1032c062e:  testq  %rbx, %rbx 0x1032c0631:  je     0x1032c064c               ;   swift_dynamiccastobjcclassunconditional + 44 0x1032c0633:  movq   0x82756(%rip), %rsi       ; "iskindofclass:" 0x1032c063a:  movq   %rbx, %rdi 0x1032c063d:  movq   %rcx, %rdx 0x1032c0640:  callq  0x1032c31ca               ; symbol stub for:   objc_msgsend 0x1032c0645:  testb  %al, %al 0x1032c0647:  movq   %rbx, %rax 0x1032c064a:  je     0x1032c0653               ;   swift_dynamiccastobjcclassunconditional + 51 0x1032c064c:  addq   $0x8, %rsp 0x1032c0650:  popq   %rbx 0x1032c0651:  popq   %rbp 0x1032c0652:  retq    0x1032c0653:  leaq   0xcdc8(%rip), %rax        ; "swift dynamic cast   failed" 0x1032c065a:  movq   %rax, 0x8ae57(%rip)       ; gcrannotations + 8 0x1032c0661:  int3    0x1032c0662:  nopw   %cs:(%rax,%rax) 

highlighting last line telling me exc_breakpoint(code=exc_i386_bpt, subcode=0x0) error no description before gave me exact same issue told me 'localizable string has failed load' referring storyboard. although doesn't tell me (lldb). wondering if have storyboard well. please help

i found out issue was! turns out changed 1 of classes of 1 of view objects inside scenes (i hope worded enough).


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -