Random crash on loading on IOS with Xcode

I updated my platform last week and now I have random crash when I start my app on xcode.
The app and the device freeze and I have no choice to stop it
The log of xcode console:

2016-02-02 14:06:30.150 Lanauco-Mobile[2363:471625] Apache Cordova native platform version 4.0.1 is starting.
2016-02-02 14:06:30.154 Lanauco-Mobile[2363:471625] Multi-tasking → Device: YES, App: YES
2016-02-02 14:06:30.406 Lanauco-Mobile[2363:471625] Using UIWebView
2016-02-02 14:06:30.414 Lanauco-Mobile[2363:471625] [CDVTimer][handleopenurl] 0.429988ms
2016-02-02 14:06:30.420 Lanauco-Mobile[2363:471625] Unlimited access to network resources
2016-02-02 14:06:30.421 Lanauco-Mobile[2363:471625] Unlimited access to network resources
2016-02-02 14:06:30.422 Lanauco-Mobile[2363:471625] [CDVTimer][intentandnavigationfilter] 7.488012ms
2016-02-02 14:06:30.422 Lanauco-Mobile[2363:471625] [CDVTimer][gesturehandler] 0.418007ms
2016-02-02 14:06:30.473 Lanauco-Mobile[2363:471625] [CDVTimer][file] 49.885988ms
2016-02-02 14:06:30.521 Lanauco-Mobile[2363:471625] [CDVTimer][splashscreen] 47.089994ms
2016-02-02 14:06:30.555 Lanauco-Mobile[2363:471625] [CDVTimer][statusbar] 33.318996ms
2016-02-02 14:06:30.557 Lanauco-Mobile[2363:471625] [CDVTimer][keyboard] 1.312971ms
2016-02-02 14:06:30.557 Lanauco-Mobile[2363:471625] [CDVTimer][TotalPluginStartup] 144.100964ms
2016-02-02 14:06:31.249 Lanauco-Mobile[2363:471625] Resetting plugins due to page load.
2016-02-02 14:06:32.485 Lanauco-Mobile[2363:471625] Finished load of: file:///var/mobile/Containers/Bundle/Application/BA4C6D66-C6CB-4A4B-BE0B-D73FA286B111/Lanauco-Mobile.app/www/index.html#/login

The list of plugin i’m using

com.transistorsoft.cordova.background-geolocation 1.3.0 “BackgroundGeolocation”
cordova-plugin-camera 2.1.0 “Camera”
cordova-plugin-console 1.0.2 “Console”
cordova-plugin-device 1.1.1 “Device”
cordova-plugin-dialogs 1.2.0 “Notification”
cordova-plugin-file 4.1.0 “File”
cordova-plugin-file-transfer 1.5.0 “File Transfer”
cordova-plugin-geolocation 2.1.0 “Geolocation”
cordova-plugin-inappbrowser 1.2.0 “InAppBrowser”
cordova-plugin-network-information 1.2.0 “Network Information”
cordova-plugin-settings-hook 0.1.1 “Cordova Settings Hooks”
cordova-plugin-splashscreen 3.1.0 “Splashscreen”
cordova-plugin-statusbar 2.1.0 “StatusBar”
cordova-plugin-whitelist 1.2.1 “Whitelist”
cordova-sqlite-storage 0.7.14 “Cordova sqlite storage plugin”
ionic-plugin-keyboard 1.0.8 “Keyboard”

If you have any idea, i’m stuck with this problem since 3 days and I found nothing on the web…

My system info

Your system information:

Cordova CLI: 6.0.0
Gulp version: CLI version 3.9.0
Gulp local:
Ionic Version: 1.2.4
Ionic CLI Version: 1.7.14
Ionic App Lib Version: 0.7.0
ios-deploy version: 1.8.4
ios-sim version: 5.0.4
OS: Mac OS X El Capitan
Node Version: v5.2.0
Xcode version: Xcode 7.2 Build version 7C68

I am facing the same challenges …

My config

Ionic Info

  • Cordova CLI: 6.0.0
  • Ionic Version: 1.2.4
  • Ionic CLI Version: 1.7.13
  • Ionic App Lib Version: 0.7.0
  • ios-deploy version: 1.8.2
  • ios-sim version: 3.1.1
  • OS: Mac OS X El Capitan
  • Node Version: v4.2.3
  • Xcode version: Xcode 7.2.1 Build version 7C1002

Cordova Plugin List

  • cordova-plugin-camera 2.1.0 “Camera”
  • cordova-plugin-device 1.1.1 “Device”
  • cordova-plugin-facebook4 1.3.0-0 “Facebook Connect”
  • cordova-plugin-file 4.1.0 “File”
  • cordova-plugin-file-transfer 1.5.0 “File Transfer”
  • cordova-plugin-geolocation 2.1.0 “Geolocation”
  • cordova-plugin-globalization 1.0.2 “Globalization”
  • cordova-plugin-inappbrowser 1.2.1 “InAppBrowser”
  • cordova-plugin-nativeaudio 3.0.6 “Cordova Native Audio”
  • cordova-plugin-network-information 1.2.0 “Network Information”
  • cordova-plugin-splashscreen 3.1.0 “Splashscreen”
  • cordova-plugin-tts 0.2.3 “TTS”
  • cordova-plugin-whitelist 1.2.1 “Whitelist”
  • cordova-plugin-x-socialsharing 5.0.10 “SocialSharing”
  • ionic-plugin-keyboard 1.0.8 “Keyboard”
  • phonegap-plugin-barcodescanner 4.1.0 “BarcodeScanner”
  • phonegap-plugin-push 1.5.3 “PushPlugin”

It seems working when I downgrade my Cordova from 6.0.0 -> 5.1.1

I updated my XCode last friday and now It seems working fine…

Finaly, the problem persist…

Have your tried the downgrade ? Hope it can work for you … at least the app can run …

I have the same problem:

Cordova CLI: 6.0.0
Gulp version: CLI version 3.9.1
Gulp local:
Ionic CLI Version: 1.7.14
Ionic App Lib Version: 0.7.0
ios-deploy version: 1.8.5
ios-sim version: 5.0.6
OS: Mac OS X El Capitan
Node Version: v0.12.7
Xcode version: Xcode 7.2.1 Build version 7C1002

It seems as a cordova bug, but i couldn’t find any solution or bugticket about this