QMChatViewController-ios icon indicating copy to clipboard operation
QMChatViewController-ios copied to clipboard

Run the project.

Open FullStackDevCoach opened this issue 6 years ago • 2 comments

I've just installed the pod and run the project. But I have some issues on the project like..

  1. "Could not build Objective-C module QMChatViewController" in import QMChatViewController
  2. progress param Error in QMImageView.h, setImageWithURL function
  3. progress param Error in QMImageLoader.h, downloadImageWithURL function

???

FullStackDevCoach avatar Aug 11 '19 13:08 FullStackDevCoach

same issue my side. any progress on fixing this ?

romansorochak avatar Oct 02 '19 13:10 romansorochak

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.

mandeepsangwan21 avatar Jan 23 '20 10:01 mandeepsangwan21