This is what Xcode do when it build a framework. Note that your application while have to link on the Swift runtime though.
> Le 9 févr. 2017 à 07:53, Zheng Ping via swift-evolution > <[email protected]> a écrit : > > > Compile swift code to dynamic library(a *.so file which is compatible with > C), and let the *.so file can be linked directly by a pure C project. > > -- > with kind regards > _______________________________________________ > swift-evolution mailing list > [email protected] > https://lists.swift.org/mailman/listinfo/swift-evolution _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
