Thread 1: Signal SIGARBT

Hi All,


I am trying to create an AR app and I am following the tutorials of the Rebeloper to do so. Now I have encourtered a problem, which I am not able to fix yet.


dyld`__abort_with_payload:

0x1027762f0 <+0>: mov x16, #0x209

0x1027762f4 <+4>: svc #0x80

-> 0x1027762f8 <+8>: b.lo 0x102776310 ; <+32> Thread 01: Signal SIGARBT

0x1027762fc <+12>: stp x29, x30, [sp, #-0x10]!

0x102776300 <+16>: mov x29, sp

0x102776304 <+20>: bl 0x102775990 ; cerror_nocancel

0x102776308 <+24>: mov sp, x29

0x10277630c <+28>: ldp x29, x30, [sp], #0x10

0x102776310 <+32>: ret


I looked all over the internet already. Cleaning my code does not work and I followed the tutorials of the Rebeloper to the point. Somehow the problem is still not fixed yet. The storyboard is also not the problem (I think) as he did not include anything in it and me neither.


The simulator does work (as for as it could work for AR), but when I try it on my iPad (on which the app did work yesterday) I only get a blank screen.


If you need anything else from my code, please let me know 🙂


Kind regards,


Imke

I'm guessing here but the times I've seen "__abort_with_payload" have been because I was linking to a 3rd-party framework and forgot to include it as **embedded** in my app.

Thread 1: Signal SIGARBT
 
 
Q