0
votes

I have created a small IPhone Application with PhoneGap (1.5), and I would now like to test it on my device.

I have set the output to my IPhone, and clicked build. The application is added, but I receive the following error when trying to run it on the phone:

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

It works fine if I try it on the simulator, so what might I have forgotten?

2
What vernon of Xcode and Phonegap are you using ? - Titouan de Bailleul
whats the path of index.html, add that - ghostCoder
Try to clean the project, cmd+shift+k - sciritai
Sorry Scitai but that didn't help either. - Dofs
In my case it was a symlink on the www folder. - Andrés Torres Marroquín

2 Answers

1
votes

I guess you could try to remove your www folder from your project and try to re-add it this way

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

Hope it helps

0
votes

I found out that there might have been an issue when I set up the application in the first place. First of all I saw that I referenced to an older version (1.4) of PhoneGap. I downloaded the newer version of the javascript component and replaced it, but it didn't help.

I then simply just created a new solution an copied the code from my old project and then it worked.

I am sorry to say that I don't know excately what went wrong.