Posts

Post not yet marked as solved
9 Replies
I had similar issue. My project's deployment target was 11.0 and error occurred in "JSQMessagesViewController" library. I found solutions with the following stepsSelected pod's project and opened file inspector. Then changed project format to Xcode 11 format.Selected the Xibs which caused error (for me it was JSQMessagesCollectionViewCellIncoming.xib and JSQMessagesCollectionViewCellOutgoing.xib)In file inpector, under "Interface Builder Document" option, selected opens in Xcode 11.0 instead of Latest (Xcode 10).Cleaned the project and build itPlease try this