So I'm having a difficult time following this tutorial. https://github.com/processone/xmpp-messenger-ios
I get all good when installing via cocoapods but I can't get passed step 1. After I import xmpp_messenger_ios and a clean, I keep getting these errors:
Include of non-modular header inside framework module 'XMPPFramework.XMPPStream'
Include of non-modular header inside framework module 'XMPPFramework.XMPPLogging'
Could not build Objective-C module 'XMPPFramework'
Anyone help me out? I've been trying for hours to get past this first step....
I get all good when installing via cocoapods but I can't get passed step 1. After I import xmpp_messenger_ios and a clean, I keep getting these errors:
Include of non-modular header inside framework module 'XMPPFramework.XMPPStream'
Include of non-modular header inside framework module 'XMPPFramework.XMPPLogging'
Could not build Objective-C module 'XMPPFramework'
Anyone help me out? I've been trying for hours to get past this first step....