Has anyone managed to import a .framework into a test target in Xcode 7

The steps ought to be pretty simple (Build BananaKit.framework, drag into "Link Binary With Libraries" Build Phase of test target, @import BananaKit at top of test class.) But it doesn't work.


It does work in Xcode 6 though.


Has anyone managed to get it to work in Xcode 7? Here's my sample project.


Cheers, Robert.

Has anyone managed to import a .framework into a test target in Xcode 7
 
 
Q