JamitLabs / Accio

A dependency manager driven by SwiftPM that works for iOS/tvOS/watchOS/macOS projects.
MIT License
664 stars 32 forks source link

error: repository 'dependency' has uncommited changes #12

Closed Jeehut closed 5 years ago

Jeehut commented 5 years ago

Sometimes errors like this appear when running accio update:

error: repository '/path/to/Demo/.accio/checkouts/DependencyName' has uncommited changes

Running accio clean before running accio update solves the issue, but Accio should handle the issue in the first place instead of requiring this workaround.