Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Terminal installation error on Swift 4.0.3 XCode9 #16

Open
acidmax76 opened this issue Jan 30, 2018 · 2 comments
Open

Terminal installation error on Swift 4.0.3 XCode9 #16

acidmax76 opened this issue Jan 30, 2018 · 2 comments

Comments

@acidmax76
Copy link

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

@danghung24031992
Copy link

replace it for if output.count > 0 {

@n3at18
Copy link

n3at18 commented Oct 17, 2019

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

Would be nice if that can be fixed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants