0

In my podspec for my project, I have :

s.dependency 'OCHamcrest'

I keep on getting the above error. In Pods/Headers, I noticed the following path :

Pods/Headers/Public/OCHamcrest/OCHamcrest.h

Also, there is nothing in my HEADER SEARCH PATHS. Has anyone run into this issue before?

gran_profaci
  • 8,087
  • 15
  • 66
  • 99

1 Answers1

0

For CocoaPod-installed OCHamcrest, use the following import:

#import <OCHamcrest/OCHamcrest.h>

(This is noted in the README, under "CocoaPods".)

Jon Reid
  • 20,545
  • 2
  • 64
  • 95