I am testing web pages locally for display on iOS devices using XCode's iOS Simulator. I just upgraded XCode to 6.1 and when testing with iOS 8.1 in the simulator I now get the error:
XMLHttpRequest cannot load file:.... Cross origin requests are only supported for HTTP
This does not happen when testing with iOS 7.1 nor did it happen with XCode 6 and iOS 8.
Other than uploading the content to a server is there a way to resolve this?