Reachability.h文件在iOS6中会出现这样的一个Warning:

Semantic
Declaration of 'struct sockaddr_in' will not be visible outside of this function.

解决方法是引入以下的Header文件:

#import <netinet/in.h>

 

 

相关文章:

  • 2021-05-07
  • 2022-12-23
  • 2022-01-05
  • 2021-05-12
  • 2022-12-23
  • 2022-12-23
  • 2021-12-28
猜你喜欢
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
  • 2022-03-02
  • 2022-12-23
  • 2021-08-08
相关资源
相似解决方案