I update Xcode to 6 and Cordova to 4.1.2, but changes in HTML or CSS are never visible. To see changes I have to modify directly file stored at {projectPath}/platform/ios/www (but Xcode update file stored at {projectPath}/www )
I have try to modify copy-www-build-step.sh like XCode Build not updating JS and HTML but without success.
If I make a cordova build ios, ok file are correctly copied but all signing configuration are lost. I use Xcode for packaging and for submit.
May be there is a bug with latest version?