Closed nestorlafon closed 7 years ago
Did you manage to go past this problem? I am running into identical problem in Ubuntu 17.04.
@JohnSundell thansk for the amazing tool, I want to help. How can I help debugging this error? It seems to be affecting Linux, in my case Ubuntu.
@nextorlg @lf-araujo Interesting.. what happens if you go into the ~/.marathon/Packages/Generated
folder and run swift package update
? Do you see the same error?
Update
Sorry, I run the wrong command. Here is what happens when I run swift package update
:
error: Package requires minimum Swift tools version 3.1.1. Current Swift tools version is 3.1.0
Well, maybe that is the culprit, an older Swift version. Will update and report back.
Here is what I got with swift package update:
swift package update
Fetching https://github.com/JohnSundell/Files.git
Fetching https://github.com/JohnSundell/Xgen.git
Cloning https://github.com/JohnSundell/Files.git
Resolving https://github.com/JohnSundell/Files.git at 1.12.0
Cloning https://github.com/JohnSundell/Xgen.git
Resolving https://github.com/JohnSundell/Xgen.git at 1.0.1
And marathon is not running anymore in Swift 4:
marathon
marathon: symbol lookup error: marathon: undefined symbol: _TZvOs11CommandLine9argumentsGSaSS_
... and after reinstalling marathon is all solved. The error disappears. You probably want to close the issue. Thanks for the help.
FWIW, I just hit this updating to the 9.3 beta. The solution was to swift package clean
, rebuild, and reinstall (I also blew away ~/.marathon
)
I've started using Marathon but I seem to be hitting the same problem again and again
I did
chmod -R a+w .marathon
in me user home to make sure the path was writable. Swift package manager error is not very helpful either.Installing a new package shows the same error but it is added in the Packages folder and marathon gets confused thinking it was installed
I bet is something in my environment messing it up, but I can't see it.