This content has been marked as final.
Show 4 replies
-
Re: ">swift build" fails, I don't understand why.
Claude31 Oct 6, 2018 8:26 AM (in response to substractOne)Did you do a Clean Build Folder ?
-
Re: ">swift build" fails, I don't understand why.
substractOne Oct 7, 2018 7:12 AM (in response to Claude31)When I tried making the new package, there would not have been any existing previous build history/folder.
-
-
Re: ">swift build" fails, I don't understand why.
substractOne Oct 12, 2018 1:05 PM (in response to substractOne)Listing my findings to any future reader:
$ xcode-select -p /Library/Developer/CommandLineTools
I tried:
$ xcode-select --install xcode-select: error: command line tools are already installed, use "Software Update" to install updates
$ xcode-select --reset
$ swift build
properly compiled the package.
-
Re: ">swift build" fails, I don't understand why.
Rajan7667 Dec 5, 2018 2:36 AM (in response to substractOne)This is still not working for me. i've installed xcode from the appstore still i'm getting the same error, can you please let me know all the steps?
-