0

Xcode 4.0.2. New project, include Tests. Drag Kiwi folder in. Cannot find SenTestCase, cannot find #import Searched in the framework add list and didn't see it there, either. What am I missing?

quantumpotato
  • 9,637
  • 14
  • 70
  • 146

1 Answers1

0

Had the targets set wrong. SenTesting is only available to the test target.

quantumpotato
  • 9,637
  • 14
  • 70
  • 146