升级xcode版本后,用carthage编译第三方库有可能会报这个错误:【Could not find any available simulators for iOS】

两个解决方法:

1. 升级你的carthage

brew upgrade carthage

2. 用你升级后的xcode版本编译任意一个项目,并用模拟器运行~

相关文章:

  • 2021-08-29
  • 2021-07-30
  • 2021-05-19
  • 2021-10-11
  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-14
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
  • 2021-09-05
相关资源
相似解决方案