使用Xcode 8+并创建新的空白项目时,运行应用程序时会显示以下日志:
2016-06-13 16:33:34.406093 TestiOS10[8209:100611] bundleid: com.appc.TestiOS10, enable_level: 0, persist_level: 0, propagate_with_activity: 0
2016-06-13 16:33:34.406323 TestiOS10[8209:100607] Created DB, header sequence number = 248
2016-06-13 16:33:34.409564 TestiOS10[8209:100611] subsystem: com.apple.UIKit, category: HIDEvents, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 0
2016-06-13 16:33:34.504117 TestiOS10[8209:100607] Created DB, header sequence number = 248
2016-06-13 16:33:34.548023 TestiOS10[8209:100607] subsystem: com.apple.BaseBoard, category: MachPort, enable_level: 0, persist_level: 0, default_ttl: 0, info_ttl: 0, debug_ttl: 0, generate_symptoms: 0, enable_oversize: 0, privacy_setting: 0
2016-06-13 …
Run Code Online (Sandbox Code Playgroud) nw_host_stats_add_src recv too small, received 24, expected 28
Run Code Online (Sandbox Code Playgroud)
所以我将它出现在控制台中,我不确定这是否是一个我应该被打扰的问题.在将我的应用程序附加到Firebase并使用匿名登录写入数据库后,我注意到了这一点.只是想知道我是否需要对此进行任何操作,如果是这样,那些操作将是什么.
谢谢!
我目前正在使用React Native开发应用程序.在模拟器上测试完所有内容后,我决定在物理ios设备上运行我们的应用程序.
当我尝试连接到我们的API(获取)时,我得到以下错误(每次尝试连接时无休止重复):
nw_connection_get_connected_socket 12 Connection has no connected handler
2018-02-19 21:28:59.652134+0100 myApp[12063:4504022] TCP Conn 0x1c016b100 Failed : error 0:61 [61]
Run Code Online (Sandbox Code Playgroud)
奇怪的是:如果我在我的设备上启用Remote JS Debugging它没有任何问题.我认为它有效,因为它正在使用我的笔记本电脑的连接.
任何帮助,将不胜感激.