I got the following error:
warning prebinding disabled because of undefined symbols
x Undefined symbols:
x Build failed (1 error 1 warning
There was no scroller active. I was going to write to ask what the error could be, but when I pasted the text from the detailed build results window, I got more details:
ld: warning prebinding disabled because of undefined symbols
ld: Undefined symbols:
ConvertToString(__CFString const*, unsigned long)
AppBundleInfo::gAppBundleInfo
ld: warning prebinding disabled because of undefined symbols
ld: Undefined symbols:
I assume this is a bug in XCode 1.5 in that it doesn't show what the error is, unless you copy & paste? Is there some way I'm supposed to see that text otherwise?