我正在使用Cordova 6.0.0并升级到iOS平台4.0.1
每当我尝试运行ios应用程序时,根据Xcode开发控制台,它会经历所有加载阶段,然后因页面加载而停止在“重置插件”。"该设备只是一个反应迟钝的白屏。我已经输入了调试语句,而且我知道deviceready正在正确触发。
以下是来自Xcode 7.2的日志
2016-03-04 12:49:19.499 MyApp [3858:1510716] Apache Cordova原生 平台版本4.0.1正在开始。
2016-03-04 12:49:19.501 MyApp [3858:1510716]多任务 - >设备: 是的,应用程序:是
2016-03-04 12:49:19.689 MyApp [3858:1510716]使用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]重置插件由于 页面加载。
2016-03-04 12:49:51.516 MyApp [3858:1510716]收到内存警告。
请帮忙吗?
答案 0 :(得分:0)
关闭设备然后重新打开。然后再次通过Xcode运行,看看消息是否消失。如果它消失了,那么你或者Cordova libs可能会锁定一些内存。