iOS 11, Xcode 9 Error: NSURLConnection finished with error - code -1100

Dimitri picture Dimitri · Oct 14, 2017 · Viewed 8.1k times · Source

I'm getting this error when working in JS and Ionic 3. I'm testing on my iPhone 7 plus with iOS 11 and Xcode 9.

NSURLConnection finished with error - code -1100

Anyone got a similar error in the past?

Answer

Dmitri R117 picture Dmitri R117 · Feb 21, 2018

NSURLErrorFileDoesNotExist = -1100

What file are you trying to load? index.html or something else?

Sometimes there is a timeout error if it is the index.html.

https://developer.apple.com/documentation/foundation/1508628-url_loading_system_error_codes/nsurlerrorfiledoesnotexist?language=objc