反应本机运行iOS构建成功,但没有显示



我正在使用反应本。我想在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

,但以上解决方案行不通。

尝试使用Xcode运行打开 dir 您的 project 以及在终端和运行 open ios ,open projectName.xcodeproj ,但是如果您使用cocopopods run runOpen ProjectName.xcworkSpace

模拟器被重命名为 iPhone Xʀ。注意:R被设计为!

相关内容

  • 没有找到相关文章

最新更新