I have a Swift project in which i want to use an sdk which is in a form of library files .a and .h files (written in Objective-C)
How do i use the code inside my swift project?
When i add the files to my project it dont give the option to create an objective-c bridging header