Closed Linda5Zhang closed 10 years ago
+1 -- we use Cocoapods to manage dependencies, and it would be great to have an official podspec for the KISSmetrics SDK.
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'.
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~
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.
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.
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 )