Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zj159963 opened this issue May 26, 2016 · 6 comments

Comments

@zj159963
Copy link

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
Copy link
Author

Version 0.9.3, iPhone 6s plus, iOS 9.3.2

@danialmoghaddam
Copy link

same issue here

@badgercl
Copy link

Same here. Still not solution? :(

@danialmoghaddam
Copy link

Copy the jaon fil from pod into your project bundle

@techabserve
Copy link

same issue here

@cojoj
Copy link

cojoj commented Mar 29, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants