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

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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -