PhoneGap application: “ERROR: Start Page at `www/index.html` was not found”

前端 未结 9 2242
萌比男神i
萌比男神i 2020-12-12 22:37

I have created a Phone Gap based application on iPhone. After the first run, I have dragged my www folder, containing index.html into the project,

相关标签:
9条回答
  • 2020-12-12 22:58

    Quit XCode and apply below command in terminal, its work for me

    ionic cordova prepare ios
    
    0 讨论(0)
  • 2020-12-12 23:03

    Try removing the reference, and adding it again. Did you add it as a "Reference"? The icon should be in blue. Then clean and rebuild.

    0 讨论(0)
  • 2020-12-12 23:05

    I had the same problem where it worked in the simulator but not a device. My issue was case sensitivity. My file was Index.html instead of lower case index.html.

    0 讨论(0)
提交回复
热议问题