Я пытаюсь запустить console.log из js-файла для iOS-приложения реагируют на нативные.
До этого я пытался использовать функцию отладки реагировать нативом ' Shake Device ', в которой я не смог добиться успеха.
Теперь я пытаюсь запустить консоль отладки командной строки с помощью 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.