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
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
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.