Cake icon indicating copy to clipboard operation
Cake copied to clipboard

Replacing static frameworks with swift packages

Open abbasmousavi opened this issue 6 years ago • 0 comments

Is there any way to use swift package instead of static libraries to organise the code with Cake with Xcode 11?

The use case is that I want to use swift packages to organise my code into several separate swift module/packages and it is very easy and convenient with new Xcode. The problem is that my code has some third party dependencies (pods) and it is not easy to use all this dependencies as swift packages, some of them are old or obj-c or closed source pods.

So if there was a way to make a set of pods available to all swift packages in the project, it was really useful, because I think it takes a long time for all pod developers community to make all pods available as swift packages.

abbasmousavi avatar Aug 20 '19 15:08 abbasmousavi