You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@techabserve I don't have time to check which commit exactly it was, but the current state of master has this problem fixed, so instead of default pod 'TSMessages', '0.9.12' you can change it to: pod 'TSMessages', :git => 'https://github.com/KrauseFx/TSMessages.git' and it'll install 0.9.13 (which was never released) and it works just fine 🤗
Hi, I used this, but it crashed at TSMessageView.m, line 61.
notificationDesign = [NSJSONSerialization JSONObjectWithData:[NSData dataWithContentsOfFile:path] options:kNilOptions error:nil];
-- [NSData dataWithContentsOfFile:path] -----> 0x0000000..
The text was updated successfully, but these errors were encountered: