Importing a Swift protocol in Objective-C class December 15, 2022 by Tarik You need to add the @objc attribute to your Swift protocol like so: @objc protocol AnalyticProtocol { }