I have tried every single suggestion in the links below, without any solution. (XCODE 5.0.1)
d: file not found: /Users/hooman/Library/Developer/Xcode/DerivedData/F11i-erlvxsqudsegbmckzxfxnvnxxumb/Build/Products/Debug-iphonesimulator/F11i.app/F11i
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The strange part is, when I look at this path:
/Users/hooman/Library/Developer/Xcode/DerivedData/F11i-erlvxsqudsegbmckzxfxnvnxxumb/Build/Products/Debug-iphonesimulator/
I see two files with a different name of the project (which I believe was the former name):
F09.app
F09.app.dSYM
but XCODE seems to be looking after
F11i.app
F11i.app.dSYM
Where in XCODE can I set these names so that it compiles again? (I checked git, and the project file is reverted, there is nothing else that could have affected this)
Many Thanks