Como añadir una librería estática a un proyecto iOS con Xcode 4

On 07/06/2011, in Desarrollo XCode, by FRR

Librería estática en iOS Lamentablemente, con iOS no se pueden usar librerías (bibliotecas, para los puristas) dinámicas, o frameworks. Por lo tanto, la única forma ( a parte de importar los archivos .h y .m ) de aprovechar código ajeno o reaprovechar código común de otros proyectos, es usar una librería estática. Ahora bien, ¿cómo [...]

Tagged with:  

How to add a static library to iOS project in Xcode 4

On 07/06/2011, in Desarrollo XCode, English, Objective C, by FRR

Static library to iOS After struggling for a while to include CHDataStructures to my iOS project, here’s a step by step guide that will allow you to add any static library without losing your mind. STEP 1: Add the static library sources to a Source Tree Go to XCode preferences and select the Source Trees tab, add a [...]

Tagged with: