当我尝试更改 .h
和 .m
中的 View Controller 名称时,出现此错误:
Lexical or PreProcessor Issue
'MyViewController.h' file not found.
仅供引用,尽管此词法错误,应用程序仍能正常运行。
最佳答案
尝试通过进入 Product
菜单并单击 Clean
来清理您的构建。
我希望这可以帮助你。
关于objective-c - 词法或预处理器问题 : 'MyViewController.h' file not Found,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/10027586/