I\'ve run into a weird issue that has had me scratching my head for the past hour.
I\'m working on an iPad app using Xcode 4 and PhoneGap. It\'s using jQuery. I\'ve
I had this same issue with the iOS Simulator, I tried most of the suggestions above with no success, it would not pick up my changes. Later another possible solution occurred to me, which did work:
Delete the app from the simulator. (ie. Click and hold on the icon, then hit the X when it starts to shake, then Hardware Home) Then re-run from xCode.
(NB: "cordova build ios" was also required)