Xcode Warning: “no rule to process file

警告⚠️:

warning: no rule to process file '/Users/Kingdev/Desktop/Git/finance_iOS/finance/Library/MBprogressHUD/MBProgressHUD+Add.h' of type sourcecode.c.h for architecture armv7
warning: no rule to process file '/Users/Kingdev/Desktop/Git/finance_iOS/finance/Classes/Login(登录)/FillPhoneVC.h' of type sourcecode.c.h for architecture armv7
warning: no rule to process file '/Users/Kingdev/Desktop/Git/finance_iOS/finance/Library/MBprogressHUD/MBProgressHUD+Add.h' of type sourcecode.c.h for architecture arm64
warning: no rule to process file '/Users/Kingdev/Desktop/Git/finance_iOS/finance/Classes/Login(登录)/FillPhoneVC.h' of type sourcecode.c.h for architecture arm64

 

原因:

文件 ‘MBProgreddHUD+Add.h头文件’ 出现在了Xcode中的:TARGES → Build Phases → Compile Sources中,移除即可解决问题。

图示:

Xcode Warning: “no rule to process file

 

移除掉即可:

Xcode Warning: “no rule to process file

posted @ 2016-08-30 18:54 Kingdev 阅读(...) 评论(...) 编辑 收藏

相关文章:

  • 2021-10-15
  • 2021-06-30
  • 2021-05-09
  • 2022-12-23
  • 2022-12-23
  • 2021-08-21
  • 2022-02-05
  • 2021-04-26
猜你喜欢
  • 2021-04-10
  • 2021-06-28
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案