I have a project. I copied it and pasted it with another name and changed the images.
In Xcode I also changed the project name, but the actual folder name is still same.
I have copied in a new icon image but it’s still showing the old project icon.
Now I tried to change the actual folder name. Xcode is giving me an error from clang: “file or directory not found”.
Can anyone tell me how to fix both of these problems?
Remove (de-reference) the project icon, then re-add it. Do a Build-Clean, then a Build-All.
If that doesn’t fix it, then you have a hard-coded path in your
.plist– edit that to get rid of the hard path.