No such Module Error

前端 未结 2 1736
长情又很酷
长情又很酷 2020-12-18 16:20

I am working on a chat app using Swift, and cocoa pods and I keep getting this issue. It says no such module JSQMessagesViewController, and the pod file is set up just like

2条回答
  •  借酒劲吻你
    2020-12-18 17:25

    Once you installed your Pods, close xCode. Then open it back using the following command line:

    $ open App.xcworkspace

    I had the same issue than you and it worked for me. Took this info from https://cocoapods.org/.

提交回复
热议问题