I have a problem with a native library dependency in my project SwiftTerm, the native library dependency
is a wrapper for libssh, and I compile this as a .framework
which I then reference from SwiftTerm.
The problem is that on the same system where I build the .framework, something makes the build system go poking at the original site where the code was built, and produces this error:
/Users/miguel/cvs/SwiftTerm/SwiftSH.binaries/module.modulemap:1:8: error: redefinition of module 'Libssh2'
module Libssh2 {
^