My project has been around for twenty years and has over a thousand .m files. They all build into one of two static library targets. I believe I cannot use swift packages from a static library, or at least I couldn't get it to work. Moving my code into a dynamic library also seems like an overwhelming task; when I tried, it looked like I would need to change every single #import to use <> instead of "". I also tried using the open source swift-create-xcframework but it didn't work, and I would rather not depend on third party build tools. Do I have any good options?
Topic:
Developer Tools & Services
SubTopic:
Xcode