Describe the bug
When i start the project and load MessagesViewController VC, i have a nil error "Pods/ChatViewController/Source/Core/ChatBarView.swift, line 58"
57: var image = UIImage(named: "ic_gallery", in: Bundle.chatBundle, compatibleWith: nil)
58: let tempImage = image!.withRenderingMode(.alwaysTemplate)
MessagesViewController - is a copy from github
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
Chat view don't open
Screenshots
If applicable, add screenshots to help explain your problem.
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.
Describe the bug
When i start the project and load MessagesViewController VC, i have a nil error "Pods/ChatViewController/Source/Core/ChatBarView.swift, line 58"
57: var image = UIImage(named: "ic_gallery", in: Bundle.chatBundle, compatibleWith: nil)
58: let tempImage = image!.withRenderingMode(.alwaysTemplate)
MessagesViewController - is a copy from github
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Chat view don't open
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.