














It looks like it has a dependency on zip
% xtool dev
Planning...
Building for debugging...
[8/8] Linking
[Unpacking app] 100%
[Preparing device] 100%
[Provisioning] 33%
[Provisioning] 100%
[Signing] 100%
[Packaging] ...
Error: Could not find executable 'zip' in PATH
Theoretically it should and it used to.
The thing is that swift-language and swift-language-git (2 out of 5 providers for swift-language) require swift themselves to build, meaning they are de facto broken without manual intervention. And some AUR helpers seem to choose swift-language automatically instead of prompting users to pick the one they want.
See my comment here: https://github.com/xtool-org/xtool/issues/79#issuecomment-2921986498
Shouldn't this package depend on swift-language rather than swift-bin? swift-bin provides swift-language
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
Fixed, thanks for reporting!