NSLinux
NSLinux copied to clipboard
Error: joinWithSeparator has been removed
I'm building a project that depends on this library and am getting the following error:
Packages/NSLinux-1.1.0/Sources/NSString.swift:101:52: error: 'joinWithSeparator' has been renamed to 'joined'
Thanks for letting me know. This is due to changes in Swift 3.0 comment out the function that calls joinWithSeparator, you’re unlikely to be using it. I’ll look at it later.