Swift-VIPER-Module icon indicating copy to clipboard operation
Swift-VIPER-Module copied to clipboard

Terminal installation error on Swift 4.0.3 XCode9

Open acidmax76 opened this issue 7 years ago • 2 comments

install.swift:55:15: warning: 'characters' is deprecated: Please use String or Substring directly if output.characters.count > 0 {

acidmax76 avatar Jan 30 '18 14:01 acidmax76

replace it for if output.count > 0 {

danghung24031992 avatar May 22 '18 17:05 danghung24031992

the same error here, replaced with output.count > 0 and it works.

Would be nice if that can be fixed

n3at18 avatar Oct 17 '19 16:10 n3at18