Crashed at notificationDesign = [NSJSONSerialization JSONObjectWithData:[NSData dataWithContentsOfFile:path] options:kNilOptions error:nil];
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..
Version 0.9.3, iPhone 6s plus, iOS 9.3.2
same issue here
Same here. Still not solution? :(
Copy the jaon fil from pod into your project bundle
same issue here
@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 🤗