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

IAdapter
  • 62,595
  • 73
  • 179
  • 242
ariel
  • 143
  • 1
  • 7

2 Answers2

4

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.

Community
  • 1
  • 1
vdaubry
  • 11,369
  • 7
  • 54
  • 76
0

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

Claus Broch
  • 9,212
  • 2
  • 29
  • 38