XCODE警告

Showing All Messages
:-1: The iOS Simulator deployment target is set to 6.0, but the range of supported deployment target versions for this platform is 8.0 to 12.0. (in target 'MJRefresh')

解决方案

 The iOS Simulator deployment target is set to 6.0

如果你是使用cocoapods,则最好pod install一下,然后project clean,不然有可能会出现其他错误

相关文章:

  • 2021-09-16
  • 2021-11-04
  • 2022-12-23
  • 2022-02-24
  • 2021-06-27
  • 2021-05-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
  • 2022-02-03
  • 2022-12-23
相关资源
相似解决方案