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
When integrating Glur (https://github.com/joogps/Glur.git) package via Tuist dependencies, the package doesn't compile due to missing generated bundle accessor ShaderLibrary.bundle(.module). When I add the same package to the project using SPM native integration it compiles just fine.
@minhaaan I tried to compile project with changes in Glur joogps/Glur#16 and it works. I think the changes in #6753 are better since Tuist already handles resources for other types automatically.
What happened?
When integrating Glur (https://github.com/joogps/Glur.git) package via Tuist dependencies, the package doesn't compile due to missing generated bundle accessor
ShaderLibrary.bundle(.module)
. When I add the same package to the project using SPM native integration it compiles just fine.How do we reproduce it?
Error log
Type 'Bundle' has no member 'module'
macOS version
15.0
Tuist version
4.27.0
Xcode version
16.0
The text was updated successfully, but these errors were encountered: