I've build a PhoneGap app including an ios platform using the Cordova CLI, as per this tutorial.
I deployed the app the my iphone5 via xcode and verified that the onDeviceReady event was firing. I then created a build of the app using the Adobe Phone Gap Build service and deployed the build to my iphone using itunes. The onDeviceReady ready event did not fire on the deployed build.
I've referenced the Preparing Your App for PhoneGap Build document. It seems some people who experienced a similar issue were able to fix if by removing references to a cordova.js file as per the instructions in the document (the document refers to a phonegap.js file which is no where to be found in my build, I"m guessing this the same thing as cordova.js).
Has anyone else, who gotten past this issue, suggest a fix?