I am trying to develop the chat application in IOS swift using XMPP. For this, i installed XMPPFramework through Pod install.Below is my Podfile
#platform :ios, '9.0'
use_frameworks!
target 'XMPP-Messanger-IOS' do
pod 'XMPPFramework', :podspec => 'https://raw.githubusercontent.com/andrey-justo-movile/XMPPFramework/3.7.2/XMPPFramework.podspec.json'
pod “xmpp-messenger-ios”
end
#
When I try to import XMPPFramework in project I am getting 'Could not build Objective-C module 'XMPPFramework' error.Can anyone please help me to fix this issue