I've just installed Mixpanel (latest cocoapod), and I set up an A/B Experiment to update the text on a button. On launch, the app crashes on the function:
__unused static id transformValue(id value, NSString *toType)
on line 66:
if ([value isKindOfClass:[NSClassFromString(toType) class]]) {
toType is pointing to [NSNull null] rather than an NSString instance.
I've just installed Mixpanel (latest cocoapod), and I set up an A/B Experiment to update the text on a button. On launch, the app crashes on the function:
__unused static id transformValue(id value, NSString *toType)
on line 66:
if ([value isKindOfClass:[NSClassFromString(toType) class]]) {
toType is pointing to [NSNull null] rather than an NSString instance.
My base app is Swift. I'm running XCode 7.2.1