Re: OCMock in Xcode 4

2011-04-12 Thread qvacua
Well, I tried the release version of OCMock and also I compiled it from the source as 64bit framework because my project is currently compiled only in 64bit mode. The same error msg both times... Best. On Mon, Apr 11, 2011 at 2:16 PM, Reaves, Timothy wrote: > I believe that typically means that

Re: OCMock in Xcode 4

2011-04-11 Thread Reaves, Timothy
I believe that typically means that a compatible library can not be found; are you sure your framework is built for the target you are trying to use it with? On Sun, Apr 10, 2011 at 1:00 PM, qvacua wrote: > Hi, > > I'm trying to to get OCMock to work with Xcode 4. I created a new > blank project

OCMock in Xcode 4

2011-04-10 Thread qvacua
Hi, I'm trying to to get OCMock to work with Xcode 4. I created a new blank project with unit tests enabled. I added OCMock.framework file to the test target. What I get is that the framework cannot be loaded because the image is not found. I tried with a copy phase to copy the framework to the te