【发布时间】:2019-05-22 02:30:36
【问题描述】:
第一次使用 Nativescript,运行了一个简单的脚本,它使用 iOS 的 nativescript-contacts (https://www.npmjs.com/package/nativescript-contacts) 并给了我以下错误:
2019-05-21 19:20:32.059 nsplaydev[284:10490] PlayLiveSync: Initializing NativeScript runtime at /var/mobile/Containers/Data/Application/F19FB79E-A435-49E6-A978-308E1C976F0A/Documents/Playground/LiveSync
CONSOLE WARN file:///app/c210e62cd8f442b19651.worker.js:31673:12: Objective-C class name "UIDocumentInteractionControllerDelegateImpl" is already in use - using "UIDocumentInteractionControllerDelegateImpl2" instead.
2019-05-21 19:20:32.108 nsplaydev[284:10454] PlayLiveSync: Uncaught Exception
2019-05-21 19:20:32.109 nsplaydev[284:10454] PlayLiveSync: Sending crash report
2019-05-21 19:20:32.132 nsplaydev[284:10439] PlayLiveSync: Successfully sent uncaught error message onZN396nE
2019-05-21 19:20:32.133 nsplaydev[284:10439] PlayLiveSync: Successfully sent log message onZN396nE
如何/在哪里查看错误日志?它生成的唯一标识符(onZN396nE)是什么?
谢谢!
M
【问题讨论】:
标签: nativescript nativescript-vue