-
Notifications
You must be signed in to change notification settings - Fork 220
Getting 'Error: missing module map file' when trying to build #164
Comments
same here, then updating it to the /include/module.modulemap path results in all sorts of header files not being found... |
same here, don't know how to fix it. |
👍🏻 |
There are several thing wrong with .xcodeproj now and I could not fix it either.
cc: @sweetppro, @shpakovski |
@sweetppro some files and headers still got unresolved. I’ve created a new PR #166. |
@pointum nice one! |
@sweetppro I don’t use those either. Just a direct .xcodeproj dependency. It did not build even when I open standalone |
@pointum ah weird, It compiles fine for me when added directly to a project via SPM. |
Getting an error when trying to build with either Xcode or the Makefile.
Makefile output:
error: missing module map file: '/Users/xxxx/Dev/macOS/MASShortcut/Framework/MASShortcut.modulemap (in target 'MASShortcut' from project 'MASShortcut')
Xcode output:
Xcode project navigator:
I think this happened after the recent SPM updates. I'd try to fix myself, but unfortunately I hardly know anything about Swift or SPM.
The text was updated successfully, but these errors were encountered: