XCode6: Receiving error "Include of non-modular header inside framework module"
According to this answer, I have to set the "target membership" to "public". However, I can't seem to find this in my inspector.
I've already set the "Allow Non-module Includes in Framework Modules" to "Yes" in my build settings. I've also added a "Headers" to Build phase (putting the frameworks to "public"). Still has this compile error.
Note: I'm using 4.0.1, and according to changelogs (https://developers.facebook.com/docs/ios/change-log-4.x) there are no need for bridges anymore...