XCode : linking different libraries depending on architecture (cpu type)

Posted by kudorgyozo on Stack Overflow See other posts from Stack Overflow or by kudorgyozo
Published on 2010-06-03T11:43:41Z Indexed on 2010/06/08 7:32 UTC
Read the original article Hit count: 208

I'm developing an iPhone app which needed voip support so i added the ARM version of pjsip libraries. But if I'm using the iPhone simulator i want to link the i386 version of the libraries. How can i do that?

© Stack Overflow or respective owner

Related posts about xcode

Related posts about architecture