I am trying to use the CHDataStructures static library for iPhone in my Xcode project. I included it with # import "CHDataStructures.h"
in my class header. However, when I compile my project I get the error:
d: duplicate symbol _kCHPointerSize in /Users/sam/Desktop/Apps/libCHDataStructures.a(Util.o) and /Users/sam/Desktop/Apps/build/Apps.build/Debug-iphonesimulator/Apps.build/Objects-normal/i386/AppsAppDelegate.o collect2: ld returned 1 exit status Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++-4.2 failed with exit code 1
I am using GCC-4.2 compiler and I have tried LLVM GCC 4.2 as well. I also tried with -ObjC
, -all_build
, and -force_build
flags set in the build setting but it is not compiling. I also tried to clean Target, and also make sure with static lib included with target binary or not. But I couldn't figure out the problem. Can anyone help?
Open Util.h file, replace the line
with