Posts

Post not yet marked as solved
0 Replies
212 Views
I have a lib that I also distribute with cocoapod, and the project has both Swift and Objc code. Im using modules to expose objc private classes to Swift, but some of this private classes also have a reference to the public objc classes. Then the compiler complains about "Duplicate interface definition" This does not happen if the project is created as a framework, but I have not control how the project will be used as. Any suggestion?
Posted
by Brustolin.
Last updated
.
Post not yet marked as solved
0 Replies
398 Views
I have a swift Package, and I have some extra .h header to be shipped with the package, but this files are not copied to the build destination. It would be nice to have this files included as header in the modulemap file
Posted
by Brustolin.
Last updated
.