0

Possible Duplicate:
Duplicate Symbol Error in Objective-C build?

What I did is creating two different iPhone applications individually, now what I need is I have to combine these two applications as single application by using tabbar controller.But while adding the second application classes to first classes it shows the error:

Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1


I can't understand what is it and one more is shown as:

  • Duplicate Symbol _count in
    /users/ensisinfosolutionscom/Desktop/abc/build/CustomImagePicker.build /Debug-iphonesimulator/CustomImagePicker.build/Objects-normal/i386/numbers.o and /users/ensisinfosolutionscom/Desktop/abc/build/CustomImagePicker.build/Debug-iphonesimulator/CustomImagePicker.o

here customimagepicker is my class name. What is this error?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Mahesh Babu
  • 3,395
  • 9
  • 48
  • 97
  • Sometimes searching helps, your question is answered here: [http://stackoverflow.com/questions/2264455/iphone-duplicate-symbol-error](http://stackoverflow.com/questions/2264455/iphone-duplicate-symbol-error) – Gauloises Aug 26 '10 at 08:33

1 Answers1

-1

This looks like you are lacking some library

eviltrue
  • 679
  • 8
  • 9