On 25 Aug 2016, at 11:28, Karl via swift-users <[email protected]> wrote:
> I’m having a problem getting the framework and CLI tool to work together, > because of the Swift standard libraries … Yep, I know this problem well. What I do is use Xcode to create an app target, remove all the app-specific stuff from that, add then a `main.swift`, and add my command line code to that. If I need to provide easy access to the ‘tool’ from Terminal, a quick alias or symlink will do the trick. Share and Enjoy -- Quinn "The Eskimo!" <http://www.apple.com/developer/> Apple Developer Relations, Developer Technical Support, Core OS/Hardware _______________________________________________ swift-users mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-users
