Steve Sparks
Steve Sparks
I had almost made that exact suggestion, but opted for the regex that was ultimately more flexible, even at the risk of having incompatibilities introduced. So, templates gets a 👍👍...
That was it, `xcode-select` was pointing towards Xcode 6.4. But now it's strange... when I do `chairs pull MyApp`, it pulls the directory structure for the last app I executed...
:+1:
I saw that. And then like an idiot I ran `gem update` instead of `gem update logan`. Going for a coffee, will let you know. >.<
Yep, nailed it!! Thanks!
Geez, now it tells me that `empty?` is missing: ``` NoMethodError: undefined method `empty?' for # from /Users/barbecuesteve/.gem/ruby/2.1.1/gems/logan-0.1.2/lib/logan/todo.rb:22:in `post_json' from /Users/barbecuesteve/.gem/ruby/2.1.1/gems/logan-0.1.2/lib/logan/todolist.rb:92:in `create_todo' from maker.rb:126:in `copy_todo_to_list' ... ```