AAGSICON

Results 3 comments of AAGSICON

I tried with 3.7 earlier. But still getting error : 'XMPPFramework.h' file not found

My podfile is as follows platform :ios, '9.3' target 'XmppDemo' do use_frameworks! pod 'XMPPFramework', '~> 3.7.0' pod 'KissXML', :git => "https://github.com/aksonov/KissXML.git", :branch => '5.1.4' end