1

I have added lib OHHTTPStubs manually but it's showing error "OHHTTPStubs/OHHTTPStubs.h" file not found.
Appreciate for help.

Noor
  • 2,071
  • 19
  • 28

1 Answers1

0

Is your project swift based? If so, Bridging header is the legit way of doing it.

Camy
  • 1
  • 1
    To make this a useful answer, please explain the process for creating a bridging header and how that will solve the problem. – David Berry Mar 16 '16 at 02:16