I am getting following error while building my project after adding static library in xcode 4.2
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang failed with exit code 1
I am getting following error while building my project after adding static library in xcode 4.2
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang failed with exit code 1
You may beed to add some other linker flags to the build settings of your target. Check out the Build Settings in your target.
Usually this fixes the linking problem with static libraries.