【发布时间】:2019-06-22 22:24:46
【问题描述】:
我有一个应用程序在 Xcode 9 上的 CircleCI 上使用 React Native 0.57.7 运行良好。 但是我们需要将 Xcode 版本升级到 10.1.0。
但是当我切换它时,Ci 停止工作,即使启用旧系统(-UseNewBuildSystem=NO 或 -UseModernBuildSystem=0 被传递给 Fastlane 的 build_ios_app),我得到“Myapp.app/main.jsbundle 不存在”错误。
▸ + echo 'error: File /Users/distiller/project/ios/build/Build/Intermediates.noindex/ArchiveIntermediates/Myapp/BuildProductsPath/Release-iphoneos/Myapp.app/main.jsbundle does not exist. This must be a bug with'
▸ error: File /Users/distiller/project/ios/build/Build/Intermediates.noindex/ArchiveIntermediates/Myapp/BuildProductsPath/Release-iphoneos/Myapp.app/main.jsbundle does not exist. This must be a bug with
▸ + echo 'React Native, please report it here: https://github.com/facebook/react-native/issues'
▸ React Native, please report it here: https://github.com/facebook/react-native/issues
【问题讨论】:
-
上面写着:“请在此举报:github.com/facebook/react-native/issues”
-
我不知道它是否是一个错误。我想先看看有没有人有过。谢谢
-
那么你似乎不擅长搜索:在GitHub 和StackOverflow 上都可以找到它。
-
谢谢,但这是我做的第一件事!
标签: ios xcode react-native circleci fastlane