Comments on: The Debugger has exited with status 1. https://briksoftware.com/blog/archives/104 Thu, 14 Jun 2012 18:56:48 +0000 hourly 1 https://wordpress.org/?v=4.7 By: Karsten https://briksoftware.com/blog/archives/104/comment-page-1#comment-16102 Thu, 22 Jan 2009 07:39:47 +0000 https://briksoftware.com/blog/?p=104#comment-16102 i think per default the build folder is in your project folder. You can change this setting in the build-preferences in Xcode though.

Like i mentioned in the blog-post. you should enable the debugger, cause it’s where you see which files get linked into the application. If you’re familiar with gdb and its command line interface you can also try “info sharedlibraries”. this will print all linked binaries with their pathes. You can also set a breakpoint in exit() and use backtrace to see where it is called. (in my case some CoreGraphicServices functions called it, that’s why i noticed the CoreGraphics framework being linked in the log)

good luck
Karsten

]]>
By: Darren https://briksoftware.com/blog/archives/104/comment-page-1#comment-16101 Thu, 22 Jan 2009 05:09:09 +0000 https://briksoftware.com/blog/?p=104#comment-16101 Hi I’m having the exact same problem but I am unable to locate the binary in the Release folder. Are you referring to the release folder under Project Name>build>Release or is there another folder in the Xcode directory that I should know of?

I have recently installed 10.5 and I am getting really frustrated with this issue. Simple programs work but when I start linking files it will exit with status 1.

Thanks very much for your time!

]]>