I\'m trying to add WeChat sharing functionality to my project. However the SDK files, documentation, development guides, and sample project are all in Objective-C. I am writ
Expected a type --> for this error , check once the Apple Documentation for UIImage it's in
UIKit, notFoundation. The docs are now all targeted at Swift.
@import UIKit;
In objective-c.
#import
which you need at the top of your file (no need for the Foundation import either).
failed to import bridging header --> you were made the small Mistake see this link, it helps you