I'm getting 'undefined symbols' but it doesn't say what symbols!!
It took me a while to work this out....
Near the top left of the Xcode window there is a row of small grey icons. Click on the right-most one, which is a portrait rectangle with some broken horizontal lines in it.
In the new panel that appears below that row of icons, about the 5th row down has a grey hammer icon and the word "Build". Click on that.
Now look at the large top-right pane of the window. Scroll to the bottom and find the line that says "v (!) Link APPNAME".
At the far right end of that line, there is a small icon with about five grey horizontal lines. Click on that.
The pane will update. If necessary scroll down again.
Look for lines with a yellow (or red?) background. You should be able to spot the names of the undefined symbols.
Note that when you build again, the pane does not update; it continues to show the errors from the previous build. You need to click on all the buttons again.