I saw this question answered for Xcode 3, but Xcode 4 seems to have changed.
I am unable to figure out how to include a javascript file as a local resource for an iPhone App using UIWebView. The compiler tries to interpret the included .js files as code rather than including them in the root app bundle as a resource for reference in an html file.
In my case specifically I was trying to include a local copy of a javascript file so the UIWebView portion of the app can perform certain functions while not connected to the internet, so I need a local copy....
Anyone have this figured out for Xcode 4?
Thanks -Steve