Shilpee
(Shilpee Gupta)
1
I am facing issues when I run swift run command after installing vapor
MPLewis
(Mike Lewis)
2
Do you have the full Xcode app installed? That's unfortunately still generally required for development even if you don't actively use it.
Shilpee
(Shilpee Gupta)
3
Thanks for your concern @MPLewis
I installed Xcode and brew. However, I was unable to install a swift environment.
I fixed this issue by running sudo xcode-select -s /Applications/Xcode.app command on the terminal.
After this, I was able to run the swift run command and start vapor on the web.
3 Likes