8

使用時Reachability.h— iOS で接続を処理するための Apple のコード:

+ (Reachability*) reachabilityWithAddress: (const struct sockaddr_in*) hostAddress;

次の警告が表示されます。

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

1 に答える 1

21

#import <netinet/in.h>Reachability.h ファイルを追加すると、この警告はなくなります.. :D

于 2012-05-03T16:02:14.753 に答える