Hello,

I'm trying to include Lightstreamer IOS in a new Swift Cocoa Touch Framework. I'm using Xcode 7.3.1 and receive this error.

#import <LightstreamerClientAll.h>

/Users/matt/projects/MyProject/MyProject/TSBrokers/TSBrokers-Bridging-Header.h:17:9: error: include of non-modular header inside framework module 'TSBrokers.TSBrokers_Bridging_Header'
I've tried the two below pod's


pod 'Lightstreamer_iOS_Client', '2.0.0'pod 'Lightstreamer_iOS_Client', '2.0.1'

And I've also tried directly importing the framework in a new project but still get the same error.

http://www.lightstreamer.com/repo/co...ient-2.0.0.zip

http://www.lightstreamer.com/repo/co...ient-2.0.1.zip

Any help to get this to compile would be greatly appreciated.