ariel
ariel

Reputation: 143

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

Upvotes: 4

Views: 968

Answers (2)

Claus Broch
Claus Broch

Reputation: 9212

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

Upvotes: 0

vdaubry
vdaubry

Reputation: 11439

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.

Upvotes: 4

Related Questions