React Native:将项目升级到0.58.0后iOS构建崩溃

时间:2019-02-12 12:33:51

标签: xcode react-native buddy-build

我将我的项目更新为 RN 0.58.0 。 Android版本(模拟器和发行版)正在运行,但iOS版本存在问题。 我正在BuddyBuild上构建iOS应用。

Build在iOS模拟器上有效,但在BuddyBuild(发行版)上不可用。

我收到此错误:

4245
    ✗ File /tmp/sandbox/59d38c98cef756000131c06c/bbbuild/Build/Products/Release-iphoneos/MyApplication.app/main.jsbundle does not exist. This must be a bug with
4246
    ▸ Generating MyApplication.app.dSYM
4247
    ** BUILD FAILED **
4248
    The following build commands failed:
4249
        PhaseScriptExecution Bundle\ React\ Native\ code\ and\ images /tmp/sandbox/59d38c98cef756000131c06c/bbbuild/Build/Intermediates.noindex/MyApplication.build/Release-iphoneos/MyApplication.build/Script-00DD1BFF1BD5951E006B06BC.sh
4250
    (1 failure)

帮助?

1 个答案:

答案 0 :(得分:0)

您可以尝试以下方法:

反应本机初始化

cd随便

react-native run-ios#这将无法正常工作,它将因编译错误而失败。

react-native run-ios#这也不起作用,它将编译很多,但随后会遇到其他问题。

杀死节点

打开-a终端“ react-native start --reset-cache

react-native run-ios#这次它应该可以工作

你很好!