This repository was archived by the owner on Aug 24, 2019. It is now read-only.

Description
Hi,
I'm using CommonCrypto in combination with several others - including Starscream. Both frameworks - Starscream and CommonCrypto - are using the system CommonCrypto framework.
This results in a duplication error in the modulemaps:
.../Starscream/zlib/module.modulemap:6:8: Redefinition of module 'CommonCrypto' ... .../CommonCrypto.framework/Modules/module.modulemap:1:8: note: previously defined here module CommonCrypto [system] { ^
I posted the issue in Starscream's Issues section as well, since I'm not sure how to fix it and which framework has to made some change (if any at all). Renaming the module would be possible, but doesn't seem right to me.
Any ideas?