当前位置: 代码迷 >> HTML/CSS >> phonegap 错误ERROR: Start Page at 'www/index.html' was not found
  详细解决方案

phonegap 错误ERROR: Start Page at 'www/index.html' was not found

热度:894   发布时间:2012-08-26 16:48:06.0
phonegap 异常ERROR: Start Page at 'www/index.html' was not found
用Xcode 4.3.2新建了一个PhoneGap的应用,www目录下存在index.html文件,但是运行的时候,报错:ERROR: Start Page at 'www/index.html' was not found,这是PhoneGap和Xcode 4还不兼容导致的。

可以右键项目名->Add Files to "项目名",选择www目录,同时确保选中了Copy items into destination group's folder(if needed)和Create folder references for any added folders。



如果此时运行界面无法仍然无法显示,关闭模拟器重新运行试试,在不行关闭xcode试试
  相关解决方案