I have the latest version of OCMock (1.55) and Xcode 3.2.3.
My project created the goal of a test suite. What is the best way to use OCMock in my tests? When I add OCMock.framework to the test package, this build error appears:
"_OBJC_CLASS_$_OCMockObject", referenced from: objc-class-ref-to-OCMockObject in NotificationTests.o ld: symbol(s) not found collect2: ld returned 1 exit status
source share