When I move iphone project directory to a new path. There are some red texts indicate the missing files from the project source codes. How to avoid these?
I encountered this issue when copying my project from one mac to another. The solution for me:
assuming your files are grouped (in folder)
from xcode open the group in file inspector
The group will probably be missing the absolute path.
press the little icon nearby to pick the folder to associate the group with.
restart xcode to see the changes.