更新到xcode9以后,拖进工程中一个html文件,webview加载这个文件,xcode一直抛出

NSURLConnection finished with error - code -1100异常,找了网上的很多方法发现都是不行,根据这个http://blog.163.com/l1_jun/blog/static/143863882017031485352?ignoreua异常表,说是找不到这个文件,这个文件明明是存在的,经过几次折腾终于发现是xcode的一个bug,xcode的bug!!!,把原来加载进去的html文件移除,然后通过右键addfile加载进来,再次运行,解决。

相关文章:

  • 2021-10-31
  • 2019-03-17
  • 2022-12-23
  • 2021-08-15
  • 2021-12-14
  • 2021-10-04
  • 2021-05-23
  • 2021-09-21
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-05
  • 2021-03-31
  • 2022-01-17
相关资源
相似解决方案