So, as I cannot wait for third party XCFrameworks to be delivered, I went through the path of repacking the legacy frameworks into XCFrameworks and it works fine, as long as the XCFrameworks are there when compiling (which is not necessary with common frameworks). But this is another story.
For those interested in how to create these XCFrameworks on the fly, here is how I managed to do so: Create an aggregate target in your project
Add a build phase script to this new target to build the XCFrameworks
Edit the scheme of the primary target (the one for your app) and add the aggregate target to the top of the targets list (build tab)
Uncheck "Parallelize Build" to preserve the targets order
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: