//联系人:石虎 QQ:1224614774 昵称:嗡嘛呢叭咪哄

 一、概念

    

    1.错误描述: ios  clang: error: no input files

    2.如图:

iOS 报错 clang: error: no input files ~解决bug


二、解决方法


    1.文字描述

    clang: error: no input files这个问题一般是因为你删除或者移动了某一个文件,但是在你的编译资源里面( project > target > Build Phases > Compile Sources)还存在它,只要在(project > target > Build Phases > Compile Sources)里面把那些红色的文件删除掉,就可以编译过了。


    2.图形描述:

iOS 报错 clang: error: no input files ~解决bug


谢谢!!!

相关文章:

  • 2021-04-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
  • 2021-10-24
  • 2021-09-16
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2021-05-01
  • 2022-12-23
  • 2021-05-26
  • 2021-05-12
相关资源
相似解决方案