我正在尝试为iOS构建我的RN / Typescript项目的发布版本。我已将“Bundle React Native code and images”更新为以下内容:
export NODE_BINARY=node
../node_modules/react-native/scripts/react-native-xcode.sh /artifacts/index.ios.js
但我仍然在Xcode上遇到以下错误,尽管index.ios.js
似乎确实存在。
预期路径
/artifacts/index.ios.js
相对于其中一个 项目根源
希望得到一些帮助...
答案 0 :(得分:0)
在/
之前删除第一个artifacts
解决了问题:
export NODE_BINARY=node
../node_modules/react-native/scripts/react-native-xcode.sh artifacts/index.ios.js