I am doing a quick map and I want to use the old c object classes. To do this, I use the bridge header method, but when I try to build, this error appears:
<unknown>:0: error: using bridging headers with framework targets is unsupported
I added my {PROJECT} -Bridging-Header.h to the Objective-C Bridging header in the Swift compiler - code generation
How can i solve this?
I did in applications and ran Ok, but in this structure no
thanks
source share