Xcode 7.1 beta 2, "include of non-module header inside framework module'

Using OpenTok framework via Cocoapods in a Swift project. Has worked in previous versions of Xcode including Xcode 7.1 beta 1.


Now in Xcode 7.1 beta 2, I'm receiving an error message, "include of non-modular header inside framework module 'OpenTok'"


Any ideas?


I've tried setting the build flag, "Allow non-modular includes in framework modules" to Yes, but that hasn't resolved the error. I assume this is the same as, CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES


In the release notes it mentions this error and states to make sure "Always Search User paths" is set to No. I do have it set to No for all targets and projects in this workspace and I'm still getting the error.

Replies

Not sure it is related, but I filed a rdar for a similar issue. https://forums.developer.apple.com/thread/19883

I'm running into the same problem with Xcode 7.1 beta 3.

Same problem with Xcode 7.1 GM (non-beta).

Came here for the same issue. Anyone find a work around ?