When trying to get the ionic 4 app launched on the device iphone7 from the ionic cli $ ionic cordova run ios
it all compiles fine and then when it launches it opens and closes immediately. When I try to compile and launch it does the same, however, what's different is that once it launches and is on the spash-screen it freezes and in the xcode it zooms in, on what looks like a spot in memory.
libsystem_kernel.dylib`__abort_with_payload:
0x1b8228928 <+0>: mov x16, #0x209
0x1b822892c <+4>: svc #0x80
-> 0x1b8228930 <+8>: b.lo 0x1b822894c ; <+36> Thread 5 signal: SIGABRT
0x1b8228934 <+12>: stp x29, x30, [sp, #-0x10]!
0x1b8228938 <+16>: mov x29, sp
0x1b822893c <+20>: bl 0x1b8208f64 ; cerror_nocancel
0x1b8228940 <+24>: mov sp, x29
0x1b8228944 <+28>: ldp x29, x30, [sp], #0x10
0x1b8228948 <+32>: ret
0x1b822894c <+36>: ret
I haven't found any information about this online involving ionic 4 and cordova. Hopefully someone has had this issue before and knows where they could point me in the right direction.
I have made sure everything is up to date, removed platform, add again, remove node modules, fresh build, still the same issue.