xcode 报错修改
error in __connection_block_invoke_2: Connection interrupted

修改方式是:
原因:部署的target 和真实手机版本不一致导致的,github方案:
I got this message because my deployment target was 8.4 and my device firmware is 9.3, fix my target to 9.3 and my problem solved.
[] __nw_connection_get_connected_socket_block_invoke * Connection has no connected handler

这个问题解决方案方案是:

- Xcode menu -> Product -> Edit Scheme...
- Environment Variables -> Add -> Name: "OS_ACTIVITY_MODE", Value:"disable"
- Run again
本文解释权归:子文
如需转载请注明出处,谢谢
网友评论