TSMessages icon indicating copy to clipboard operation
TSMessages copied to clipboard

Crashed at notificationDesign = [NSJSONSerialization JSONObjectWithData:[NSData dataWithContentsOfFile:path] options:kNilOptions error:nil];

Open zj159963 opened this issue 9 years ago • 6 comments

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..

zj159963 avatar May 26 '16 10:05 zj159963

Version 0.9.3, iPhone 6s plus, iOS 9.3.2

zj159963 avatar May 26 '16 10:05 zj159963

same issue here

danialmoghaddam avatar Aug 05 '16 03:08 danialmoghaddam

Same here. Still not solution? :(

badgercl avatar Sep 21 '16 19:09 badgercl

Copy the jaon fil from pod into your project bundle

danialmoghaddam avatar Sep 22 '16 03:09 danialmoghaddam

same issue here

techabserve avatar Mar 16 '17 15:03 techabserve

@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 🤗

cojoj avatar Mar 29 '17 10:03 cojoj