I am trying to write a iOS Cocoa Touch framework in swift and trying to use some old Objective C static libraries.
I am unable to use any of the header files from static library. It says "Use of undeclared type
"
I have gone through couple of threads in stack overflow before posting this thread. 1) Tried adding birding file - it complains that birding files are not supported in frameworks 2) Tried making the headers as public instead of project 3) Tried "allow_non_modular_includes_in_framework_modules"
Not sure what is that i am missing..
Thanks for the help.