Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apple Mach-O Linker Error, after changing project name

I'm making an app in Xcode 6.1.1, and just changed the name of the app, and afterwards I'm getting this "Apple Mach-O Linker Error" build failed error. It says "ld: file not found:", probably because it can't find the placement of some file with the new name.. Any suggestions?

ld: file not found: /Users/rb/Library/Developer/Xcode/DerivedData/Which_Club-gkgjdxflldelikaopinkdoskkers/Build/Products/Debug-iphoneos/WhichClubToUse.app/WhichClubToUse clang: error: linker command failed with exit code 1 (use -v to see invocation)

"Which_club" is the new name of the project, and "WhichClubToUse" is the old name..

like image 702
Bidstrup Avatar asked Mar 05 '15 16:03

Bidstrup


1 Answers

I found the solution! Under my [project]Tests -> general, i needed to select the new Host Application

like image 176
Bidstrup Avatar answered Nov 15 '22 08:11

Bidstrup