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

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -