React Native - 如何使用DEV = FALSE从xcode在iOS设备上运行

时间:2016-08-20 16:12:17

标签: xcode reactjs react-native

在连接的iPhone上运行我的react本机应用程序时,我看到该应用程序正在使用DEV = TRUE运行: enter image description here

我正在运行应用程序,打开xcode项目文件,然后按下播放按钮。

我怎样才能这样做,但让它与DEV = false一起运行?

2 个答案:

答案 0 :(得分:7)

在xcode中运行时按住选项键并将下拉从调试更改为发布。

答案 1 :(得分:1)

在反应website上,您可以找到如何执行此操作

react-native bundle --platform ios --dev false --entry-file index.ios.js --bundle-output iOS/main.jsbundle