using static C library on Xcode Hi-All,
I am trying to use external C library (static, libyahoo2.a). while trying to build my project I am getting error " can't link with bundle (MH_BUNDLE) only dylibs "
I tried specifying search path and header path ....also tried some other ways but could not get rid of this error. I am not sure what should I do so that I can link this static library and use the functions.
(this library is in C , do I have to specify some extern or something ? ? )
Please help !
Thanks,
Vinit. |