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:  re...