Currently I try to setup Kiro for Swift development, without any luck.
On my Mac I have installed swiftly with the newest swift toolchain 6.3.0. In Kiro I then selected this toolchain and also had to select a working directory. After reload of Kiro I still don’t see the right swift exectuable path when running the command which swift. It always takes the default Xcode swift toolchain. How can I solve this problem?
1 Like
I could now resolve the issue
3 Likes
Glad you resolved your issue
! Mind sharing what the issue was in case another user hits it?
2 Likes
The problem is I tried so many things that I don't know anymore what really solved the issue
.
The things I added to ".zshrc" file:
export PATH="/Users/{username}/.swiftly/bin:$PATH"
And to the ".zprofile" file:
# Added by swiftly
. "/Users/romanindermuehle/.swiftly/env.sh"