For questions about Clang modules and module map syntax.
I'm trying to include a 3rd party static library in my Swift project. I have these two files, among a …
swift module xcode9 module-mapSetup I create a swift framework which include C library (CommonCrypto) and a Objective C file. There is no bridge-header …
ios swift xcode frameworks module-map