Ionic : Crash on iOS after splashscreen

0down votefavorite

My App is working on Android smartphone, but when i build an .ipa using Ionic Pro cloud building solution, with Xcode 9 or 10 options and test it with Testflight on apple devices, it keeps crashing after splashscreen.

i’am using following plugins :

      "cordova-plugin-whitelist": {},
      "cordova-plugin-filepicker": {},
      "cordova-plugin-geolocation": {},
      "cordova-plugin-ionic-keyboard": {},
      "cordova-plugin-nativeaudio": {},
      "cordova-plugin-statusbar": {},
      "cordova-plugin-splashscreen": {},
      "cordova-plugin-device": {},
      "cordova-plugin-screen-orientation": {},
      "cordova-plugin-x-socialsharing": {},
      "cordova-plugin-firebase": {},
      "cordova-plugin-file-transfer": {},
      "cordova-plugin-telerik-imagepicker": {},
      "cordova-plugin-file": {}

Here are the crash logs, thanks :

Thread 0 name: Dispatch queue: com.apple.main-thread

Thread 0 Crashed:

0 libsystem_kernel.dylib 0x00000001a0200104 0x1a01dd000 + 143620

1 libsystem_pthread.dylib 0x00000001a027b0e0 0x1a0279000 + 8416

2 libsystem_c.dylib 0x00000001a0157d78 0x1a0100000 + 359800

3 libc++abi.dylib 0x000000019f81ff78 0x19f81e000 + 8056

4 libc++abi.dylib 0x000000019f820120 0x19f81e000 + 8480

5 libobjc.A.dylib 0x000000019f838e48 0x19f832000 + 28232

6 libc++abi.dylib 0x000000019f82c0fc 0x19f81e000 + 57596

7 libc++abi.dylib 0x000000019f82c188 0x19f81e000 + 57736

8 libdispatch.dylib 0x00000001a00a3498 0x1a0042000 + 398488

9 libdispatch.dylib 0x00000001a0046e58 0x1a0042000 + 20056

10 FrontBoardServices 0x00000001a30d9640 0x1a308e000 + 308800

11 FrontBoardServices 0x00000001a30d92cc 0x1a308e000 + 307916

12 FrontBoardServices 0x00000001a30d98e8 0x1a308e000 + 309480

13 CoreFoundation 0x00000001a05f95b8 0x1a054d000 + 705976

14 CoreFoundation 0x00000001a05f9538 0x1a054d000 + 705848

15 CoreFoundation 0x00000001a05f8e1c 0x1a054d000 + 704028

16 CoreFoundation 0x00000001a05f3ce8 0x1a054d000 + 683240

17 CoreFoundation 0x00000001a05f35b8 0x1a054d000 + 681400

18 GraphicsServices 0x00000001a2867584 0x1a285c000 + 46468

19 UIKitCore 0x00000001cd1b0bc8 0x1cc8cd000 + 9321416

20 MyAppName 0x0000000100dfa0cc 0x100df4000 + 24780

21 libdyld.dylib 0x00000001a00b3b94 0x1a00b3000 + 2964
1 Like

I am having a similar issue. Do you know the resolution to this?

Thanks