Re: [swift-dev] Using locally built toolchain in Xcode

2016-05-04 Thread Rob Allen via swift-dev
Thanks. Looking at my tar.gz file, it does have the Info.plist in there. I've copied a freshly untar'd version into Library/Developer/Toolchains and Xcode has recognised it. No idea what happened the first time - I probably did something wrong… Regards, Rob... > On 4 May 2016, at 18:22,

Re: [swift-dev] Using locally built toolchain in Xcode

2016-05-04 Thread Daniel Dunbar via swift-dev
The other thing needed is to put it somewhere Xcode will find it, either in the system Library or the user local Library Toolchains directory. I personally do this by having a symlink from: ~/Library/Developer/Toolchains/swift-dev.xctoolchain to a version I build up with Swift (with an Info.pli

Re: [swift-dev] Using locally built toolchain in Xcode

2016-05-04 Thread Jordan Rose via swift-dev
You don't actually need to sign the toolchain; it just needs an Info.plist. Dmitri, Mishal, is there any reason the build-toolchain script doesn't provide one? Jordan > On May 3, 2016, at 23:43, Rob Allen via swift-dev wrote: > > Hi, > > I've used swift/utils/build-toolchain to create a too