-
Notifications
You must be signed in to change notification settings - Fork 722
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
Resources not included to bundle #174
Comments
Nvm, my mistake, I checked the "Run script only when installing" checkbox in the build phases ... dunno why. |
Hello, I have been using this library for a lot projects and always has been working great. But I am trying to implement it in a project now and I have the same issue as above: The lib is included with: Thanks. :) |
a work-around would be to include the resources files via the bundle resources of your build target (Build Phases -> Copy Bundle Resources -> Add Other...) the fix in this issue might work: #257 (comment) |
@cyrus86 |
Hi there,
First, thanks for this cool library.
I'm actually facing a strange bug with this lib & cocoapods. Actually the lib crash because the file
TSMessagesDefaultDesign.json
is not embedded with the app.So it crash here https://github.com/toursprung/TSMessages/blob/master/TSMessages/Views/TSMessageView.m#L69
because the file is not found.
I checked the sh file and actually everything looks ok :
The lib is included with
in the pod file.
I also tried
which is the same, it gives me the
0.9.9
version.Maybe you have some clue ?
Thanks a lot !
The text was updated successfully, but these errors were encountered: