-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete extra EmbraceObjCUtilsInternal module.modulemap file #120
Conversation
Hey @lucasmarcal-faire! thanks for the contribution! Unfortunately, we cannot remove the To give a bit of context: Generating That being said, one potential solution is to adjust the script used for creating |
Actually, in the All the other references to the ObjcUtils target to include as a search path refer to its Or is that something that happens under the hood? |
You're absolutely right! I'm not sure why there was duplication, but the module references are indeed as you mentioned. I cloned the fork and tested the generated |
It seems the tests passed, but for some reason, the |
Checklist
Remove extra modulemap file.
Swift Package Manager only searches for modulemap files for library targets inside the
include/
folder.This file is not being used anywhere and fails to build when using auxiliary tools like
rules_swift_package_manager
that translates SPM target description into Bazel BUILD files