Stewart Gleadow

Results 11 comments of Stewart Gleadow

Ah, so it has, didn't see that. I didn't notice it because I installed from `brew cask` and there [haven't been any releases](https://github.com/chockenberry/Provisioning/releases) since the change was made. If there...

Is there an argument for separating the Frank installation into the frank-cucumber gem for _only_ the Ruby part of Frank, and using Cocoapods to install the native code dependencies? That'd...

I missed that post from Pete... usually try to read everything he writes but was on holiday at that time and did a relaxing "select all -> mark as read"...

I'm not so sure... I run 3 different Macs for iOS development. Some of them have a lot of SDKs installed, others, not much at all. Our CI box particularly,...

Sorry, it's a pretty immature tool at the moment. It relies on Xcode having schemes that build targets of the same name. I just pushed some changes that make the...

I saw an error similar to this while playing this morning after removing the -ObjC, when I added the -ObjC back into the linker flags it started again.

I've been trying this little script the last few days instead of my xcodetest hack, and so far, it seems to be working. Much closer to what Apple's RunPlatformUnitTests does,...

If you have a sample project that shows the problem, I'd be happy to have a look at it, or are you having issues with the sample app provided with...

Just had a look at this. It seems xcodebuild doesn't pick up the implicit workspace dependencies when running from the command line. If you load the workspace in the Xcode...

I've seen that kind of issue when upgrading from 4.2 to 4.3 onwards, because the paths to all the framework locations changed. I think in 4.5 they changed some of...