Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可以从命令行构建/运行iOS应用程序(完全使用构建)吗?有一个很好的ios-sim实用程序可以做到这一点,但我没有任何运气。React NativePhoneGap
iOS
React Native
PhoneGap
如果您使用 Xcode 构建项目一次,则可以关闭它,npm start在项目根目录中运行(以启动打包程序),启动模拟器(可能使用 ios-sim)。由于您在 Xcode 中构建过一次,因此该应用程序将安装在模拟器中,因此您只需运行它,整个 CMD+R 刷新过程就可以工作。
npm start
使用以下命令启动服务器:
$ npm start
在 ios 模拟器中构建/运行应用程序:
$ react-native run-ios