I'm trying to use the OpenTok 3rd party framework in a Swift project using Cocoapods using frameworks.
Ever since Xcode 7.1 beta 2, I've been receiving errors about "include of non-modular header inside framework module".
There's a thread in the beta section, https://forums.developer.apple.com/message/62856
Same problem is occuring in Xcode 7.1 now that its generally available.
The build setting, "Allow Non-modular includes in Framework Modules" is set to Yes.
Any other ideas?
Thanks