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.
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.
Try cleaning your build by going into Product
menu and clicking on Clean
.
I hope this helps you.