react-native run-ios can not find any simulator

后端 未结 8 686
滥情空心
滥情空心 2020-12-03 08:07

I have been facing an issue where \'react-native run-ios\' can not start, regardless of the simulator I add to the --simulator argument. XCode has the correct location for t

8条回答
  •  一生所求
    2020-12-03 09:00

    Just do

    npm install

    Then it will show warnings, then fix them by using following command

    npm audit fix

提交回复
热议问题