Search code examples
cocoapodsjsqmessagesviewcontroller

'JSQMessagesViewController/JSQMessages.h' file not found after update/installing new pode


I installed all the new Firebase Pods ('Firebase/Storage', pod 'Firebase/Database' etc..) with terminal , but when I am trying to run my project I get the error. error in my bridge header

thanks !


Solution

  • I fix the issue by removing the '~> 7.2.0’ in my Podfile at the

    pod 'JSQMessagesViewController’, '~> 7.2.0’ line
    

    maybe it will help somebody

    https://github.com/jessesquires/JSQMessagesViewController/issues/1586