How to get Xcode to create an .xcframework rather than a .framework?
If you create new project from Xcode (v16) and choose framework, and then build it, it results in a .framework. How do you instead get it to build an .xcframework? When creating the framework project there's no options presented to…