Re: [swift-corelibs-dev] Building with Xcode

2016-08-18 Thread Brian Gesiak via swift-corelibs-dev
I use the following to build Foundation and XCTest, then run the XCTest tests: swift $ utils/build-script --preset corelibs-xctest  The XCTest.xcworkspace is also capable of building and testing. Open it, select the XCTest scheme, and build with ⌘B. You should also be able to build the

Re: [swift-corelibs-dev] Building with Xcode

2016-08-18 Thread Tony Parker via swift-corelibs-dev
Hi Luke, In Xcode it should be possible to set the build order like this: Foundation XCTest TestFoundation which should resolve the ordering issue, right? I do this with a build scheme. - Tony > On Aug 17, 2016, at 6:13 PM, Luke Howard via swift-corelibs-dev >