I have mixed cocoa touch framework (A) with swift and objective-c files, and embedded 3rd party framework (does not have pod). Then I add this framework A to my app and get error about non-modular header inside..., but this error is for 3rd party framework's header. I have set allow non modular includes to YES.
Any ideas, how can I fix this? Thanks