The Most Popular XML Parsers for the iPhone In my research, here’s what seemed to me to be the most popular XML Parsers for the iPhone, and a brief description of each one:
Tag Archives: xcode
Unit Testing with Cocos2d and Xcode 4
Unit Testing with Cocos2d and Xcode 4 Adding unit testing to my Cocos2d project took longer than I expected. In hindsight it was because I didn’t really understand how targets worked in Xcode. After stumbling around for a while, I figured out how to get this working. Here’s the steps I used. If you know …