You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: