React Native-无法在iOS中加载捆绑包

时间:2018-10-18 06:05:03

标签: ios react-native

Error Screen on opening of app

我是本地iOS应用程序开发人员,但我也想了解最新的趋势技术,因此我选择亲身体验本地化。现在,尝试在iOS上运行我的本机创建的应用程序时出现此错误。我输入命令react-native run-ios,并启动了模拟器,并在该应用打开后显示了此屏幕。

2 个答案:

答案 0 :(得分:1)

下面的链接中提供了几种解决方案。请尝试一下。

https://github.com/facebook/react-native/issues/21310

for now after react-native init, since a lot of new changes are coming out, this fix worked for me (I got it from reading other issues):
with npm:
npm install --save-dev @babel/core
npm install --save-dev @babel/runtime
or with yarn:
yarn add --dev @babel/core
yarn add --dev @babel/runtime

if on ios you get _this._registerEvents is not a function, after a successful build
do
npm run start --reset-cache
or
react-native start --reset-cache

答案 1 :(得分:0)

对我来说,我现在有一个问题的原因,因为现在出现了许多新更改,例如Xcode 10本身是新的,而react native还没有与之合并,所以此修复对我有用:

使用npm:

npm install --save @ babel / runtime

或带有纱线:

添加纱线@ babel /运行时