LiveUI / S3

S3 Client written in Swift
MIT License
93 stars 60 forks source link

Deploying to linux issue #8

Closed Prince2k3 closed 6 years ago

Prince2k3 commented 6 years ago
error: cannot convert value of type 'NSMutableCharacterSet' to type 'CharacterSet' in coercion
return self.addingPercentEncoding(withAllowedCharacters: allowed as CharacterSet)

I experience this is when trying to deploy to remote via heroku

rafiki270 commented 6 years ago

Thanks! I’ll look into it tonight! I have only testing this on docker so far

rafiki270 commented 6 years ago

@Prince2k3 could you please check again against master?

rafiki270 commented 6 years ago

fixed on master