Closed gereons closed 2 years ago
I tried to apply the solution on build command inside Mint, and seems to be fine π. https://github.com/yonaskolb/Mint/pull/251
The above solution worked for me as well. @yonaskolb , would it be possible to get a release out with this fix?
Getting a release with that fix would be great indeed :D
Released in 0.17.3
Running
mint run swiftlint
fails:This was reported in the swiftlint repo as https://github.com/realm/SwiftLint/issues/4341 and the solution appears to be to add additional parameters (
--product swiftlint
) to the compiler invocation.Is there a way to do this in mint?