今天在xcode8上运行7 出现了 [nw_socket_set_common_sockopts setsockopt SO_NOAPNFALLBK failed: [42] Protocol not available, dumping]
,进过查找资料发现只要在 command + shift + <
或者在xcode,进入菜单product-scheme-edit scheme
添加环境变量 OS_ACTIVITY_MODE
为 disable
即可,如下图

Paste_Image.png