link code linker xcode5 static-libraries testflight

linker - link - testflight invitation code



Biblioteca de XCode5 Link Testflight SDK (1)

Quiero usar la biblioteca libTestFlight.a en mi proyecto, ya la importo en "Binarios de enlace con bibliotecas", también en fases de compilación, intenté agregar " Ruta de búsqueda " y " Ruta de encabezado ", también intenté cambiar el ARCH a las arquitecturas estándar (armv7, armv7s) , pero aún no hay suerte, siempre da este error:

Undefined symbols for architecture armv7: "_deflate", referenced from: __tf_remote_log_compress_data in libTestFlight.a(tf_remote_log_io.o) "_deflateInit_", referenced from: __tf_remote_log_compress_data in libTestFlight.a(tf_remote_log_io.o) "_deflateEnd", referenced from: __tf_remote_log_compress_data in libTestFlight.a(tf_remote_log_io.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)


Agregue libz.dylib como enlace binario con bibliotecas.

Construir fases> Enlace binario con bibliotecas> presionar el botón +> buscar libz.dylib y seleccionarlo> presionar el botón Agregar.