Anyone knows How do I write Bridging Header for Swift with CocoaPods 0.36?
I tried these ways.
(1)
#import
Having the same issue currently...
I got the bridging header to work by using:
#import #import #import #import
Unfortunately, while this passes the build, I cannot use it in my project. I will update if I find more...