El comando Linker falló con el código de salida 1 (use -v para ver la invocación

Estoy trabajando en google analytics (iOs, Objective c), cuando agrego este archivo "libGoogleAnalyticsServices.a" a mi proyecto recibí este error

"Apple Mach-O Linker Error"  "clang: error: linker command failed with exit code 1 (use -v to see invocation)". 

Agregué los siguientes archivos con éxito.

GAI.h
GAIDictionaryBuilder.h
GAIEcommerceProduct.h
GAIEcommerceProductAction.h
GAIEcommercePromotion.h
GAIFields.h
GAILogger.h
GAITrackedViewController.h
GAITracker.h

CoreData.framework
SystemConfiguration.framework
libz.dylib
libsqlite3.dylib

Cuando agrego "libGoogleAnalyticsServices.a" este archivo obtengo un error.

Respuestas a la pregunta(1)

Su respuesta a la pregunta