Trying to build and integrate OCMock from scratch into a watch project will fail because OCMVerifier.h is not exposed as a public header in the watchOS target:
This means the module will fail to compile because the shared module header tries to import OCMVerifier.h.
Trying to build and integrate
OCMock
from scratch into a watch project will fail becauseOCMVerifier.h
is not exposed as a public header in the watchOS target:This means the module will fail to compile because the shared module header tries to import
OCMVerifier.h
.