I am in Xcode and building a C++ app. Compilation happens fine, but at link time I get the following message:
error build: Command Ld failed with a nonzero exit code
My project was derived from the Juce Projucer, and uses a static library, also derived from Projucer. I have indicated the location of this library in "Build Phases -> Link Binary with Libraries"
I can't find any clue as to why this error is occurring. I have used the same code and a library build in Windows, and it works there.
Would appreciate any help!