An Objective-C category for an existing Swift class

1k Views Asked by At

I would like create an objective-C category for an Swift existing Class: Creation.swift with its category Creation+Additions.m

I have needed an Obj-C because I have to use a C method. C and Swift together : Oh Dear ! ...

My issue : I have used a dynamic framework in which Objective-C and Swift cohabit. I have got an umbrella header for the bridging Obj-C and Swift.

However, for my category's header Creation+Additions.m, the header AppCreationKit-Swift.swift` is not found.

Issue

0

There are 0 best solutions below