QMChatViewController-ios
QMChatViewController-ios copied to clipboard
Run the project.
I've just installed the pod and run the project. But I have some issues on the project like..
- "Could not build Objective-C module QMChatViewController" in import QMChatViewController
- progress param Error in QMImageView.h, setImageWithURL function
- progress param Error in QMImageLoader.h, downloadImageWithURL function
???
same issue my side. any progress on fixing this ?
First remove the pod QMChatViewController and now install the
pod 'SDWebImage', '~> 4.4.6'
Then again install the pod QMChatViewController.
pod QMChatViewController has dependency on pod 'SDWebImage', '~> 4.4.6' and later versions of SDWebImage are throwing errors.