I am using Cordova 6.0.0 and I upgrade to iOS platform 4.0.1
Whenever I try to run the ios app and according to the Xcode dev console it goes through all the stages of loading, then stops at 'Resetting plugins due to page load." The device it's just an unresponsive white screen. I've put in debug statements, and I know for a fact that deviceready is firing correctly.
Here is the log from Xcode 7.2
2016-03-04 12:49:19.499 MyApp[3858:1510716] Apache Cordova native platform version 4.0.1 is starting.
2016-03-04 12:49:19.501 MyApp[3858:1510716] Multi-tasking -> Device: YES, App: YES
2016-03-04 12:49:19.689 MyApp[3858:1510716] Using UIWebView
2016-03-04 12:49:19.692 MyApp[3858:1510716] [CDVTimer][handleopenurl] 0.120997ms
2016-03-04 12:49:19.698 MyApp[3858:1510716] [CDVTimer][intentandnavigationfilter] 4.896998ms
2016-03-04 12:49:19.698 MyApp[3858:1510716] [CDVTimer][gesturehandler] 0.104964ms
2016-03-04 12:49:19.723 MyApp[3858:1510716] [CDVTimer][localstorage] 25.017977ms
2016-03-04 12:49:19.723 MyApp[3858:1510716] [CDVTimer][TotalPluginStartup] 30.952990ms
2016-03-04 12:49:20.235 MyApp[3858:1510716] Resetting plugins due to page load.
2016-03-04 12:49:51.516 MyApp[3858:1510716] Received memory warning.
Any help please?