I\'ve stumbled upon an annoying error: Apple Mach-O Linker Warning.
ld: warning: directory not found for option \'-F/Users/erik/Documents/Xcode/Hello\'
ld: warni
1: Open your Projects
2: Click on Targets
3: Click on Build Settings
4: Click on "Framework Search Paths" or "Library Search Paths" and you should find the bogus paths listed in there, which you can delete.
I was able to solve it. Easy fix. For other stumbling upon this problem just edit the Framework Search Paths and add quotation marks to words with space.
I.e: /Users/erik/Documents/Xcode/"Hello Friend"