设置react-native - 无用的错误消息

时间:2015-10-05 13:15:22

标签: javascript ios xcode react-native nvm

我在设置React-Native项目时有点失落。

模拟器呈现启动/加载页面,但随后无法呈现index.ios.js

我在Xcode控制台中收到以下错误,并且没有运气来解决问题:

2015-10-05 14:02:40.995 [info][tid:com.facebook.React.JavaScript] 'Failed to print error: ', 'Requiring module "ExceptionsManager" which threw an exception'
2015-10-05 14:02:40.998 [info][tid:com.facebook.React.JavaScript] 'Failed to print error: ', 'undefined is not an object (evaluating \'require(\'ExceptionsManager\').handleException\')'
2015-10-05 14:02:41.036 [info][tid:com.facebook.React.JavaScript] 'Failed to print error: ', 'Requiring module "ExceptionsManager" which threw an exception'
2015-10-05 14:02:41.038 [info][tid:com.facebook.React.JavaScript] 'Failed to print error: ', 'undefined is not an object (evaluating \'require(\'ExceptionsManager\').handleException\')'
2015-10-05 14:02:41.067 [info][tid:com.facebook.React.JavaScript] 'Failed to print error: ', 'Requiring module "ExceptionsManager" which threw an exception'
2015-10-05 14:02:41.075 [info][tid:com.facebook.React.JavaScript] 'Failed to print error: ', 'undefined is not an object (evaluating \'require(\'ExceptionsManager\').handleException\')'

在chrome dev tools debugger-ui中,我收到以下错误:

Failed to print error:  Requiring module "Promise" which threw an exception —InitializeJavaScriptAppEngine.js:43
Failed to print error:  Requiring module "ExceptionsManager" which threw an exception — InitializeJavaScriptAppEngine.js:43
Failed to print error:  Cannot read property 'handleException' of undefined

如果任何人都熟悉这些错误,我们将不胜感激。

由于

0 个答案:

没有答案
相关问题