Lexical or preprocessor Issue: 'MyViewController.h' file not Found

一曲冷凌霜 提交于 2019-12-10 15:59:27

问题


When I try to change a view controller name in the .h and .m, I got this error:

Lexical or PreProcessor Issue
'MyViewController.h' file not found.

Just for information, the application run correctly although this lexical error.


回答1:


Try cleaning your build by going into Product menu and clicking on Clean.

I hope this helps you.



来源:https://stackoverflow.com/questions/10027586/lexical-or-preprocessor-issue-myviewcontroller-h-file-not-found

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!