I\'m new in swift programming. I need to create pure swift framework and import it in my existing pure swift project. When I try to import swift framework, I\'m getting this
I've done with the following steps.
Cocoa Touch Framework to be selected)public func foo(), to it.Single View Application)Project Navigator.Target Dependencies in the app's Build Phases setting.Embedded Binaries in the app's General setting.Now you can build like this code in the use-side app.
import FooKit
func bar() {
foo()
}