Im in a situation where I need to use Objective-C category to extend a Swift class. I\'ve done something as follows:
In \"SomeClass.swift\":
class So
As one simple solution, you can move the extension to your Swift code. Then you won't have any dependency problems.