facebook_ads_api show“nw_socket_set_common_sockopts setsockopt SO_NOAPNFALLBK failed: [42] Protocol not available, dumping backtrace”

十年热恋 提交于 2019-12-08 07:54:28

I ensure you are using simulator test,SO_NOAPNFALLBK socket is Apple add in iOS10, it use in real device.

You could close it in the Scheme:

Edit Scheme -> Arguments -> Environment Variables -> add OS_ACTIVITY_MODE:disable

Hope this can solve your problem.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!