美文网首页React Native开发经验集
React Native 用指定模拟器运行ios项目

React Native 用指定模拟器运行ios项目

作者: sml_tj | 来源:发表于2018-07-30 15:03 被阅读5次

    1.react-native run-ios --simulator "iPhone X”

    2.敲过一次就之后就可以直接react-native run-ios了

    查看当前可用的所有设备/模拟器列表:
    在终端中输入xcrun simctl list devices

    参考链接:
    https://blog.csdn.net/ws_752958369/article/details/77669053
    https://www.cnblogs.com/YooHoeh/p/9095407.html

    相关文章

      网友评论

        本文标题:React Native 用指定模拟器运行ios项目

        本文链接:https://www.haomeiwen.com/subject/uejfvftx.html