“File not found”, “linker command failed with exit code 1” in Xcode 4.5.1
Steps to resolve: Create new scheme with different name Delete old scheme Add new scheme Where the problem came from: I changed my product name and disabled the snapshot option. Then, suddenly, this error popped out: ld: file not found:.././previousproductname.app/previousproductname Steps I followed unsuccessfully to debug: Deleted deriveddata, restarted Xcode. – not resolved. Followed the … Read more