-
Notifications
You must be signed in to change notification settings - Fork 195
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
Explicit Module Builds interop with vfsoverlays #1705
Comments
cc: @artemcm |
Hi @artemcm, @compnerd, @cachemeifyoucan, could you assist us with this? |
@chiragramani would you be able to provide a reduced sample project that demonstrates the issue? |
Sure, I’ll try to share it by tomorrow. |
Hey @artemcm,
Let me know if further clarification or tweaks to the setup are needed! |
We have an existing Xcode project where we make use of vfsoverlays. These overlays have been working well in our previous setups. However, after enabling the Explicit Module Build feature in Xcode 16, our builds start to fail.
It seems like the VFS overlays, although configured correctly and pointing to valid files, are not being honored during the build process. We are unsure if this is a configuration issue or a limitation with the new explicit module build system.
Any insights or suggestions?
The text was updated successfully, but these errors were encountered: