ios - Can't include Objective-C .framework in Xcode 7 UI test target? -
i'm trying depend on ohhttpstubs framework, swift ui testing target in xcode 7.
i built .framework (via carthage, i'm not sure that's relevant?) , dragged "link binaries libraries" section under build phases tab of ui test target.
but when try , @import ohhttpstubs
in .swift test case, xcode tells me no such module 'ohhttpstubs'
.
this should simple, missing? here's project on github.
Comments
Post a Comment