Closed Blackjacx closed 4 years ago
We have the same error even although we are not using mint
. @Blackjacx Have you found the underlying issue or some workaround?
Yes! It was related to a dependency (that is not maintained very well) I use in the main tool I develop.
Previously I used:
https://github.com/Kitura/Swift-JWT
and now I use:
https://github.com/vapor/jwt-kit
It is not a Mint problem, so this issue could be closed.
My suggestion: Sequentially remove your dependencies and run your tool with mint to find the dependency that causes the problem.
Ah, we use that as well! Thank you for pointing us in that direction! We wanted to migrate to the vapor jwt one soon, I guess that will be sooner rather than later now. 😉
Glad it helped you 👍
Hey there,
I wanted to use the inofficial App Store Connect cli tool
asc
(included in the Assist repo) with mint. But when entering the command:mint run blackjacx/assist@develop asc
I get the following error message:
When I enter
swift run asc
in the locally checked out folder it works without problems.Does anybody have an answer what this is or has experienced this message in their own projects? Apart from that can I instruct mint to install the debug version of a package?