xcframework - for making binaries from objc code

in dub dub they said that xcframework can be used for swift, c and c++ files...


what does this mean for libraries having ObjC code, if we want to expose those as binaries for now eg instead of using Cocoapods, which imports source files and so our app has to compile those sources each time it builds even though there is no change ever. This adds to the build time. These libraries are in ObjC. Can we use xcframework to encapsulate those in a binary framework and use them in our project?

Replies

Yes, on stage they had said Swift & C-based languages.