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

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -