erikdoe / ocmock

Mock objects for Objective-C
http://ocmock.org
Apache License 2.0
2.16k stars 606 forks source link

`OCMVerifier.h` is not part of the public watchOS interface #534

Closed devioustree closed 10 months ago

devioustree commented 10 months ago

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:

Screenshot 2023-12-08 at 17 49 50

This means the module will fail to compile because the shared module header tries to import OCMVerifier.h.