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

link|improve this question

75% accept rate
What problem are you having? OCMock runs fine, though I include the source in my unit test target, not as a framework. – Christopher Pickslay Jul 7 '10 at 5:38
feedback

2 Answers

I also had trouble using OCMock as a framework, I wrote an article on how to solve this problem. You can also find an answer under one of the previous OCMock questions.

Hope this helps, Vincent.

link|improve this answer
feedback

Maybe this post about how to setup OCMock in Xcode can give you a hint.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.