F fuzeman macrumors newbie Original poster Jun 3, 2008 10 0 Jul 7, 2008 #1 Hi Im having problems with compiling a Project it brings up this error Code: Command /Developer/usr/bin/gcc-4.0 failed with exit code 1 What is the problem anyone know of a simple fix or something for this Thanks
Hi Im having problems with compiling a Project it brings up this error Code: Command /Developer/usr/bin/gcc-4.0 failed with exit code 1 What is the problem anyone know of a simple fix or something for this Thanks
Cromulent macrumors 604 Oct 2, 2006 6,829 1,132 The Land of Hope and Glory Jul 7, 2008 #2 fuzeman said: Hi Im having problems with compiling a Project it brings up this error Code: Command /Developer/usr/bin/gcc-4.0 failed with exit code 1 What is the problem anyone know of a simple fix or something for this Thanks Click to expand... You most likely have a bug in your code.
fuzeman said: Hi Im having problems with compiling a Project it brings up this error Code: Command /Developer/usr/bin/gcc-4.0 failed with exit code 1 What is the problem anyone know of a simple fix or something for this Thanks Click to expand... You most likely have a bug in your code.
gnasher729 Suspended Nov 25, 2005 17,980 5,566 Jul 7, 2008 #3 Cromulent said: You most likely have a bug in your code. Click to expand... ... and gcc probably told him which bug just before the error message he posted.
Cromulent said: You most likely have a bug in your code. Click to expand... ... and gcc probably told him which bug just before the error message he posted.
A ataylor2009 macrumors member Jan 27, 2009 78 0 Jan 27, 2009 #4 Edit: Nevermind. I solved my problem. Turns out Xcode was set up to compile for an actual iPhone, not the iPhone simulator. Moved the little tick-mark from one check-box to another, and shazam, problem solved.
Edit: Nevermind. I solved my problem. Turns out Xcode was set up to compile for an actual iPhone, not the iPhone simulator. Moved the little tick-mark from one check-box to another, and shazam, problem solved.
D davidddd macrumors newbie Mar 15, 2011 1 0 Mar 15, 2011 #5 please, can you tell me how did yo do to fix that problem? I have the same problem... thanks!