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, but still I am getting the following error in the simulator:
ERROR: Start Page at
www/index.htmlwas not found.
Do I have to mention the name of index.html in a plist file or anywhere else? How can I resolve this; can any one help me?
It’s an incompatibility between PhoneGap and XCode 4. To resolve:
name]…”;
wwwfolder from your curent project’s folder (it’sincluded in there, but not added as a reference);
destination group’s folder” as well as “Create folder references for
any added folders”.
Note: if you choose “Create groups for any added folders”, the app will still fail at runtime.