This might be something very basic yet I just can't find the answer...
Say I have two targets in my Xcode project: foo-bar and foo-barTests
now if I want to make an identifier from foo-bar visible in foo-barTests, how do I import it?
This might be something very basic yet I just can't find the answer...
Say I have two targets in my Xcode project: foo-bar and foo-barTests
now if I want to make an identifier from foo-bar visible in foo-barTests, how do I import it?
Okay it was very basic:
so
import foo-bar
becomesimport foo_bar
.