使用 Typescript 的 React Native/Xcode Release 不起作用

Posted

技术标签:

【中文标题】使用 Typescript 的 React Native/Xcode Release 不起作用【英文标题】:React Native/Xcode Release with Typescript not working 【发布时间】:2017-10-02 14:16:06 【问题描述】:

我正在尝试将我的 RN/Typescript 项目的发布版本构建到 ios。我已将“Bundle React Native 代码和图像”更新为以下内容:

    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】:

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

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

【讨论】:

以上是关于使用 Typescript 的 React Native/Xcode Release 不起作用的主要内容,如果未能解决你的问题,请参考以下文章

[react] 可以使用TypeScript写React应用吗?怎么操作?

对 React 中如何使用接口(TypeScript)感到困惑

在 React 中使用 Typescript

使用 React/Typescript 的 React-query 数据的 SetState

无法在 redux 、 react/typescript 中使用 rootReducer

使用react搭建组件库:react+typescript