Objective-C and Swift ABI

I know that there are still problems with the ABI (Application Binary Interface) between different versions of Swift, and this can lead to the creation of a framework built with one version of Swift, an unusable application created using another version of Swift.

But I'm not sure if this problem has Objective-C and Swift. That is, can the structure built with Swift be consumed by any version of Objective-C, in the context of ABI?

+5
source share

All Articles