I have problem with Xcode, keeps giving me a linker error, and it doesn\'t build the project. The following is the error am getting
ld: file not found:
I picked up a project that had this same error. I found that the project name had changed, but the code I had did not reflect that change in the project build settings. To correct, I updated the "Product Name" value (found under targets | Packaging) to the correct value and rebuilt the project. Ran fine.