I created a xcodeproject named ABC.xcodeproj and successfully build it. Later i have renamed it to XYZ.xcodeproj. Bt while building it shows error like this-
i686-apple-darwin9-gcc-4.2.1: /Volumes/Partition 2/Client/ABC/ABC_Prefix.pch: No such file or directory
i686-apple-darwin9-gcc-4.2.1: warning: '-x objective-c-header' after last input file has no effect
i686-apple-darwin9-gcc-4.2.1: no input files
I have renamed target, product, executable and also pch file to XYZ. I also checked double by renaming XYZ_Prefix.pch to ABC_Prefix.pch, but no success.
Thanks for any help.