SyntaxFix
Write A Post
Hire A Developer
Questions
In my case, apart from these steps:
I have needed to put the class as public in order to create productName-Swift.h file:
import UIKit @objc public class TestSwift: NSObject { func sayHello() { print("Hi there!") } }