使用Typescript的React Native / Xcode Release无法正常工作

时间:2017-10-02 14:16:07

标签: typescript react-native release

我正在尝试为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相对于其中一个   项目根源

希望得到一些帮助...

1 个答案:

答案 0 :(得分:0)

/之前删除第一个artifacts解决了问题:

export NODE_BINARY=node
../node_modules/react-native/scripts/react-native-xcode.sh artifacts/index.ios.js