react-native log-ios未为真实设备找到设备

时间:2018-11-16 09:00:16

标签: ios react-native react-native-ios

我正在尝试从js文件运行 console.log ,以使iOS应用程序本机响应。

在此之前,我曾尝试使用react native的调试功能“ 摇动设备”,但无法成功。

现在,我正在尝试通过react-native log-ios运行命令行调试控制台,但是它正在与模拟器(而不是真实设备)一起工作,并给出错误消息。

No active iOS device found
(node:26724) UnhandledPromiseRejectionWarning: undefined
(node:26724) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:26724) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

1 个答案:

答案 0 :(得分:0)

在物理设备上运行应用程序时,您应该可以在Xcode中看到这样的日志:

  1. 在Xcode中打开您的项目
  2. 使用Xcode在设备上构建并运行
  3. 您会看到日志显示在右下角的窗口中