Xcode 7 link app to framework

I know how to setup a workspace with a framework project that is used by an app project for Objective-C but, for Swift, I'm coming unstuck.


I want, I think, to create a dynamic Swift framework as a separate project, that can beused by an iOS app and an OS X app.


As a first stage, all I want to do is to be able to build the framework so that a Swift iOS app can find it when I build it.


Can anyone tell me how to configure the build folders for the framework and then the search paths for the app?


For Objective-C, using the @import keyword, I no longer have to add the framework to the app's list of libraries - should the same apply for Swift libraries?

Xcode 7 link app to framework
 
 
Q