我正在使用本机反应。我想在iOS模拟器上运行我的项目。 第一次运行以下代码时,一切正常。
sudo react-native run-ios --simulator "iPhone XR"
我在模拟器上卸载了项目后,以上代码无法正常工作,并且我的项目也没有显示(项目的图标未出现在模拟器上。)
我的解决方案:
> I restarted the simulator.
> turn off and turn on simulator.
> sudo rm -rf ios/build;
> sudo react-native run-ios
> react-native run-ios
但上述解决方案无效。
答案 0 :(得分:0)
尝试使用xcode运行 打开 dir 您的项目,然后在终端中运行 open ios ,打开 projectname.xcodeproj ,但是如果您使用cocopods,请运行打开 projectname.xcworkspace
答案 1 :(得分:0)
模拟器已重命名为iPhone Xʀ
。
注意:R的样式!