How do I import
a Swift file (which is in a test target only, it's a test helper) into an Objective-C test file? the Swift file is Objective-C compatible.
Asked
Active
Viewed 72 times
0

Dilip Tiwari
- 1,441
- 18
- 31

Ondrej Rafaj
- 4,342
- 8
- 42
- 65
-
Possible duplicate of http://stackoverflow.com/questions/24932147/how-should-a-swift-objective-c-project-be-setup-for-unit-testing. – Martin R May 18 '17 at 08:20
-
Possibly not :) ... that question is about involving app target, this is purely cross test/language dependencies within one test target. app code not involved – Ondrej Rafaj May 18 '17 at 09:11