真机调试的时候使用Chrome联机调试
XCode输出error
Runtime is not ready for debugging. Make sure Packager server is running.
解决方案
在RCTWebSocketExecutor.m文件中,把localhost修改为与AppDelegate.m中相同的IP地址(一般为电脑IP).
Runtime is not ready for debugging. Make sure Packager server is running.
在RCTWebSocketExecutor.m文件中,把localhost修改为与AppDelegate.m中相同的IP地址(一般为电脑IP).
本文标题:真机调试的时候使用Chrome联机调试
本文链接:https://www.haomeiwen.com/subject/bisdbxtx.html
网友评论