github 下载一个demo 运行报如下错误:
 
 Illegal Configuration: Compiling IB documents for earlier than iOS 7
 
大致的意思就是:编译了ios7之前的xib 文件 
 
出现此情况一般就是当前xcode 支持的最低版本不支持 项目配置的部署版本 只需要更改下部署版本为当前xcode支持的最小的版本即可
xcode运行项目报error: Illegal Configuration: Compiling IB documents for earlier than iOS 7

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
  • 2022-01-09
猜你喜欢
  • 2022-12-23
  • 2021-11-17
  • 2021-09-12
  • 2021-08-24
  • 2021-11-08
  • 2021-10-30
相关资源
相似解决方案