Top "Module-map" questions

For questions about Clang modules and module map syntax.

How to use static library and module map file with Swift?

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-map
Swift Project: "Missing Required Modules" when import a modular framework

Setup 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