13

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?

Dimitri
  • 2,240
  • 3
  • 21
  • 39

1 Answers1

0

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

Dmitri R117
  • 2,502
  • 23
  • 20