Re: [swift-users] Build from command line using swift 4 toolchain

2017-05-22 Thread Mishal Shah via swift-users
Hi Halen, You can set the toolchain with --toolchain flag for xcrun and -toolchain for xcodebuild, here is more detail https://swift.org/download/#using-downloads Thanks, Mishal Shah > On May 22, 2017, at 2:03 PM, Halen Wooten via swift-users > wrote: > > Hi, > > I downloaded the Swift 4 t

[swift-users] Build from command line using swift 4 toolchain

2017-05-22 Thread Halen Wooten via swift-users
Hi, I downloaded the Swift 4 toolchain from swift.org and change my setting in Xcode. However, when I build xcode projects from the command line it's still using Swift 3.1. How can I instruct the command line tools to build with Swift 4? Thanks for the help, Halen ___