Problème test appli sur iphone

Bonjour,


 


Ayant réussi plus ou moins à  réduire les anciens problèmes déjà  rencontrés. J'ai essayés de faire un test sur un iphone 6 de mon application et je tombe sur un problème de breakpoint que je ne peut enlever pourtant l'appli marche sur un simulateur d'iphone donc cela me rend fou >:( .


 


J'ai eu le rapport de debug suivant :



libswiftCore.dylib`function signature specialization <preserving fragile attribute, Arg[2] = Dead, Arg[3] = Dead> of Swift._fatalErrorMessage (Swift.StaticString, Swift.StaticString, Swift.StaticString, Swift.UInt, flags : Swift.UInt32) -> Swift.Never:
0x100671174 <+0>: stp x26, x25, [sp, #-80]!
0x100671178 <+4>: stp x24, x23, [sp, #16]
0x10067117c <+8>: stp x22, x21, [sp, #32]
0x100671180 <+12>: stp x20, x19, [sp, #48]
0x100671184 <+16>: stp x29, x30, [sp, #64]
0x100671188 <+20>: add x29, sp, #64 ; =64
0x10067118c <+24>: mov x19, x6
0x100671190 <+28>: mov x20, x5
0x100671194 <+32>: mov x21, x4
0x100671198 <+36>: mov x22, x3
0x10067119c <+40>: mov x23, x2
0x1006711a0 <+44>: mov x24, x1
0x1006711a4 <+48>: mov x25, x0
0x1006711a8 <+52>: adr x8, #936952 ; protocol descriptor for Swift.CVarArg + 88
0x1006711ac <+56>: nop
0x1006711b0 <+60>: add x0, x8, #16 ; =16
0x1006711b4 <+64>: movz w1, #0x28
0x1006711b8 <+68>: orr w2, wzr, #0x7
0x1006711bc <+72>: bl 0x1006714a0 ; rt_swift_allocObject
0x1006711c0 <+76>: mov x8, x0
0x1006711c4 <+80>: stp x22, x21, [x8, #16]
0x1006711c8 <+84>: strb w20, [x8, #32]
0x1006711cc <+88>: str w19, [x8, #36]
0x1006711d0 <+92>: adr x3, #241008 ; partial apply forwarder for Swift.(_fatalErrorMessage (Swift.StaticString, Swift.StaticString, Swift.StaticString, Swift.UInt, flags : Swift.UInt32) -> Swift.Never).(closure #2)
0x1006711d4 <+96>: nop
0x1006711d8 <+100>: mov x0, x25
0x1006711dc <+104>: mov x1, x24
0x1006711e0 <+108>: mov x2, x23
0x1006711e4 <+112>: mov x4, x8
0x1006711e8 <+116>: bl 0x100564b70 ; function signature specialization <preserving fragile attribute, Arg[1] = [Closure Propagated : reabstraction thunk helper from @callee_owned (@unowned Swift.UnsafeBufferPointer<Swift.UInt8>) -> () to @callee_owned (@unowned Swift.UnsafeBufferPointer<Swift.UInt8>) -> (@out ()), Argument Types : [@callee_owned (@unowned Swift.UnsafeBufferPointer<Swift.UInt8>) -> ()]> of generic specialization <preserving fragile attribute, ()> of Swift.StaticString.withUTF8Buffer <A> ((Swift.UnsafeBufferPointer<Swift.UInt8>) -> A) -> A
-> 0x1006711ec <+120>: brk #0x1
 

Réponses

  • C'est un peu difficile de t'aider avec ce type de rapport !


    Le code qui plante et le message d'erreur serait plus simple à  analyser pour t'aider....


Connectez-vous ou Inscrivez-vous pour répondre.