Project won't start after name change

I changed the name of my project with the refractor in the sidebar under the id and type. Everything changed accordingly. However, my test target starts up with an error:

clang: error: no such file or directory:'/Users/E/Downloads/GalaxyRun/GameTutorial/GameTutorial-Prefix.pch'
clang: error: no input files
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1

      

What can I do to fix this? I am using iOS 8.

+3


source to share


1 answer


I faced a similar problem today. You need to fix it manually. Find GameTutorial-Prefix.pch and change it to your new name.



enter image description here

+1


source







All Articles