Tag Archives: xcode

What to put in your gitignore

A question that comes up frequently is what to put in your .gitignore files.  I recently stumbled across a nice GitHub project which has .gitignore templates for every language it seems. Here’s a few which are useful in my daily … Continue reading

Posted in Rails | Tagged , , , , , | Comments Off

Pitfalls That You May Encounter when Running iPhone Unit Tests and How to Overcome Them

We have come to the last part of this series on iPhone Unit Testing. In this post we will cover pitfalls that you may encounter when running iPhone unit test and how to overcome each of them. Pitfall: You may … Continue reading

Posted in Cocoa, iPhone | Tagged , , , , | Comments Off

Getting Started Writing iPhone Unit Tests

Alright, well hopefully you have read the first two parts of this series. If not, then go back and read Is iPhone Unit Testing Possible? and How to Create an iPhone Project in Xcode That Can Run Unit Tests. Make … Continue reading

Posted in Cocoa, iPhone | Tagged , , , , | 1 Comment

Is iPhone Unit Testing Possible?

Lessons Learned: Unit Testing iPhone Apps This is the first part of a four part series on How to do iPhone Unit Testing. You could also call it Lessons Learned from Unit Testing iPhone Apps. I’ve learned a lot of … Continue reading

Posted in Cocoa, iPhone | Tagged , , , , , | 2 Comments