views:

285

answers:

1
+2  Q: 

OCMock on iOS 4

I've been having troubles to run OCMock with iOS 4.

I've read that a possible solution os to build the library, and install libOCMock.a, but honestly, i don't know how. Any help would be usefull

+1  A: 

I also had trouble using OCMock as a framework , i wrote an article on how to solve this problem :

http://blog.octo.com/en/xcode-3-2-3-ios4-and-ocmock/

you can also find an answer here : http://stackoverflow.com/questions/3204565/ocmock-for-iphone-ios4-xcode-3-2-3

Hope this helps, Vincent.

vdaubry