Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

toloratedmeat

macrumors member
Original poster
Apr 29, 2008
50
0
Hello I got the GCC Exit Code 1 error.

Code:
ld: duplicate symbol .objc_class_name_NextViewController in /Users/bartonip/Downloads/SimpleTable/build/Server Control Panel.build/Debug-iphonesimulator/Server Control Panel.build/Objects-normal/i386/NextViewController.o and /Users/bartonip/Downloads/SimpleTable/build/Server Control Panel.build/Debug-iphonesimulator/Server Control Panel.build/Objects-normal/i386/SimpleTableViewController.o
collect2: ld returned 1 exit status
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1

Thanks!
 
You have two conflicting classes named NextViewController. You need to rename one of them so as not to confuse the linker.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.