I'm new to PhoneGap and Xcode, so any help would be much appreciated.
I've set up PhoneGap CLI on my Macbook Pro and I'm having some issues running the Xcode project after setting it up using Terminal.
When you create the project, you are left with these files:
But I want to add my own files from a Netbeans project, so how do I do that?
At the moment, when I run the Xcode project in the simulator, I'm left with this as the screen:
I want to be able to see the app I've created in Netbeans instead, so how do I do that? Do I delete the current HTML, CSS and JS Files in the default project and then simply copy and paste my Netbeans Files into the www. document instead?
I've set up PhoneGap CLI on my Macbook Pro and I'm having some issues running the Xcode project after setting it up using Terminal.
When you create the project, you are left with these files:
But I want to add my own files from a Netbeans project, so how do I do that?
At the moment, when I run the Xcode project in the simulator, I'm left with this as the screen:
I want to be able to see the app I've created in Netbeans instead, so how do I do that? Do I delete the current HTML, CSS and JS Files in the default project and then simply copy and paste my Netbeans Files into the www. document instead?

