kissmetrics / KISSmetrics-iOS-SDK

iOS SDK for KISSmetrics
http://support.kissmetrics.com/doc/apis-integrations-and-importing-data/#29
6 stars 18 forks source link

Podspec of KISSmetrics iOS SDK v2 #1

Closed Linda5Zhang closed 10 years ago

Linda5Zhang commented 10 years ago

Could you add a Podspec file of KISSmetrics iOS SDK v2 in https://github.com/CocoaPods/Specs/tree/master/Specs/KISSmetrics? ( related link: http://guides.cocoapods.org/making/index.html )

jchambers commented 10 years ago

+1 -- we use Cocoapods to manage dependencies, and it would be great to have an official podspec for the KISSmetrics SDK.

willrust commented 10 years ago

A podspec has been pushed 'KISSmetrics-iOS-SDK'. Please note that a podspec for v1, a general Obj-C library for iOS and OSX, still exists as 'KISSmetrics'.

Linda5Zhang commented 10 years ago

Thanks for the pushed podspec, but there is probably a problem with the podspec. We met an architecture problem using that podspec. The error is Undefined symbols for architecture armv7:, or arm64: or i386. Could you please fix the podspec? Thanks~

jchambers commented 10 years ago

We're having the same problem, but it looks like it only happens if we try to call [KISSmetricsAPI identify:]. If we leave that out, everything works fine.

willrust commented 10 years ago

Hi jchambers, there is an open issue for this here: https://github.com/kissmetrics/KISSmetrics-iOS-SDK/issues/4

Please let me know if the that helps or not.