Swift-VIPER-Module
Swift-VIPER-Module copied to clipboard
Terminal installation error on Swift 4.0.3 XCode9
install.swift:55:15: warning: 'characters' is deprecated: Please use String or Substring directly if output.characters.count > 0 {
replace it for if output.count > 0 {
the same error here, replaced with output.count > 0 and it works.
Would be nice if that can be fixed