0

我已将我的项目更新为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)

帮助?

4

1 回答 1

-1

你可以试试这个:

反应本机初始化

随便cd

react-native run-ios # 这不起作用,它会因编译错误而失败。

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

pkill 节点

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

react-native run-ios # 这次应该可以了

你可以走了!

于 2019-02-12T12:42:24.037 回答