views:

20

answers:

1

I followed the instructions on Unit Testing objective C from Apple: http://developer.apple.com/tools/unittest.html

I installed the latest version of OCUnit, but when I compile, software update starts and tells me I need to install Resetta. What's going on?

+1  A: 

Those instructions are outdated. You shouldn't need to install OCUnit at all, it's built into XCode 2.1 and later. Perhaps you downloaded an old PowerPC version?

the iOS Development Guide has a section on Unit Testing that's much more up-to-date.

There's also one for Mac OS X.

zpasternack
Followed those instructions and the same thing happened. Do I need to do something to get rid of the PPC library I installed?
Jeffrey Aylesworth