The problem I'm having is I don't have an Xcode project. I have the static libraries and all the headers I need and I just need to create an XCFramework of them. I don't have an Xcode project. Why is it not possible/recommended to do this outside of Xcode? I'm trying to wrap a C++ library in a Swift package, which itself doesn't have project files anyways.
Is it not a feasibly use case that one would have access to the static libraries and headers via some external build system and just want an XCFramework of them?
Topic:
App & System Services
SubTopic:
General
Tags: