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
{{ message }}
This repository was archived by the owner on Oct 5, 2022. It is now read-only.
When moving swift-xcode projects to a new location, they won't build anymore if they contain modmaps. This is due to the absolute links in them.
We can fix this by running the patcher before every build.
Note: The current user-level fix is to rm -r .buildzz after moving a project. This will refetch the image and patch it. If Package.swift already modifications, touch it and rebuild.
The text was updated successfully, but these errors were encountered:
When moving swift-xcode projects to a new location, they won't build anymore if they contain modmaps. This is due to the absolute links in them.
We can fix this by running the patcher before every build.
Note: The current user-level fix is to
rm -r .buildzz
after moving a project. This will refetch the image and patch it. If Package.swift already modifications, touch it and rebuild.The text was updated successfully, but these errors were encountered: