After changing my app's name per Technical Q&A QA1625, I get this error message:
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ld: file not found: /Users/.../Xcode/DerivedData/.../Build/Products/Debug-iphonesimulator/oldName.app/oldName
This directory has the correct names, i.e. newName.app/newName... Why is Xcode looking for oldName? I'm extremely reluctant to hack this by renaming these files manually. I have looked through the other StackOverflow questions and nothing there seems to work.
How can I fix this?
Thanks