AndriiK

Results 2 comments of AndriiK

I have found a temporary workaround to compile XMPPFramework in Xcode8: 1. Install XMPPFramework v 3.7.0 2. Replace **@import KissXML;** with **#import "KissXML.h"** **@import CocoaAsyncSocket;** with **#import "GCDAsyncSocket.h** in XMPPFramework...

Project is compiled successfully with uncommented **use_frameworks!** without any changes in XMPPFramework files.