admin管理员组文章数量:1336699
I have an app which makes some requests in the background when launching it and navigating through the views. There are many endpoints requested.
I get this warning message many times printed in the Xcode Console:
What is the reason for these warnings? How can I debug this?
I have an app which makes some requests in the background when launching it and navigating through the views. There are many endpoints requested.
I get this warning message many times printed in the Xcode Console:
What is the reason for these warnings? How can I debug this?
Share Improve this question asked Nov 19, 2024 at 15:26 es1es1 1,5763 gold badges18 silver badges32 bronze badges 4- I've had the same problem for a few months. As I'm sure someone will say: it is just a warning so it probably isn't negatively impacting app performance. But it overwhelms my logs and now I miss important log messages. I spent a day commenting out major parts of my code and couldn't find the source. So I agree that even debugging strategies would be welcome. – pwb2103 Commented Nov 25, 2024 at 7:37
- I have the same issue. Have you found any answers? – Ori C. Commented Jan 9 at 11:18
- Unfortunately not – es1 Commented Jan 20 at 14:06
- Did you find the root cause? or even better, a solution to this? At this point I would probably just be happy hiding it for now (and only this). – inigo333 Commented Feb 28 at 10:49
1 Answer
Reset to default -3On searching found this link - https://github/facebook/react-native/issues/10027.
- Open Xcode.
- Select Edit Scheme.
- Add the following under Environment Variables: Name: OS_ACTIVITY_MODE Value: disable
- Run your app again
版权声明:本文标题:ios - nw_connection_copy_connected_local_endpoint_block_invoke [C35] Connection has no local endpoint - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742418674a2471216.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论