hello all, I am developing a iPhone client that using icetouch to communicate with server.
first,I complete a app demo, use ice,it works well. I need to offer a static lib to others,so Compile a static lib with icetouch 1.1.0. but there's link error like that:
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool failed with exit code 1
Latest Results is that:
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool: -dynamic not specified, -all_load invalid
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool: -dynamic not specified the following flags are invalid: -ObjC
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool: can't locate file for: -lstdc++
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool: file: -lstdc++ is not an object file (not allowed in a library)
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool failed with exit code 1
How can i fix it ? i am new to iPhone development,and my XCODE 3.2.3,iphone SDK 4
I have try to Compile it with lastest Xcode yesterday,but there is same error.
thinks.

Reply With Quote
