I\'m getting this error for my profile build (debug build was OK).
{Directory not found for option \'-L../../../Mac/Profile/lib [full path of that directory]
There are two errors that people seem to have confused
If it is a "directory not found for option '-L/..." That means it's a Library Error, and you might want to try:
If it is a "directory not found for option '-F/..." That means it's a Framework Error, and you might want to try:
Framework Search Paths
, delete the pathsThis might happen when you move referenced files around or change the project folder name.