You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: