-1

I have installed JSQMessenger View Controller in my existing project. When I pass it to a view controller as a class it shows no error but when I tried to import the JSQMessengerViewController in my class file it shows that file not found. I don't know why it is showing such issue. While my pods are installed correctly. These are some errors. enter image description here

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
Raheel
  • 39
  • 6

1 Answers1

0

I am suffering with the same issue a while ago. I just deintegrate pod with

pod deintegrate

and,then install pod with

pod install

.and then not run .xcworkspace directly. just build project for one time and then run. It solved my problem.

Abhi Makadia
  • 128
  • 1
  • 8