I know this is probably the wrong place to ask a technical question about Xcode, but I'm going to take a shot at it.
I've been coding a front end app using applescript in Xcode. The "build and go" process has worked fine. I recently tried to build the app using the "deployable" build style and have run into problems getting it to build at all anymore. The build fails with the following information:
Building target “iView” with build style “Deployment” (optimization:level ‘size’, debug-symbols

n) — (1 error, 1 warning)
/usr/bin/gcc-3.3 -o /Users/tberry/Desktop/iView/Harmony.app/Contents/MacOS/Harmony "-L/Users/tberry/Desktop/iView" "-F/Users/tberry/Desktop/iView" -filelist /Users/tberry/Desktop/iView/iView.build/iView.build/Objects-normal/LinkFileList "-arch" "ppc" "-prebind" "-Wl,-no_arch_warnings"
ld: warning prebinding disabled because of undefined symbols
ld: Undefined symbols: _NSApplicationMain
Build failed. (1 error, 1 warning)
Any ideas what this "undefined symbol" is? Any help is appreciated.