XCode : linking different libraries depending on architecture (cpu type)
- by kudorgyozo
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?