nw_host_stats_add_src recv too small, received 24, expected 28

后端 未结 4 1472
北恋
北恋 2020-12-09 01:28
nw_host_stats_add_src recv too small, received 24, expected 28

So I\'m getting this appear in the console and I\'m not sure whether it is an issue

4条回答
  •  萌比男神i
    2020-12-09 02:26

    This is a bug with logs in Xcode8 + iOS10.


    We can get round it in this way:

    When on simulator, add the Name OS_ACTIVITY_MODE and the Value Variables disable and check it (Product -> Scheme -> Edit Scheme -> Run -> Arguments -> Environment).

    When on device, only add OS_ACTIVITY_MODE and check it(don't add the Value). You'll see the NSLog in the Xcode8 Console.

提交回复
热议问题