Krisiacik / ImageViewer

An image viewer à la Twitter
MIT License
2.53k stars 385 forks source link

Type 'NSAttributedStringKey' (aka 'NSString') has no member 'foregroundColor' #163

Closed falcon11 closed 6 years ago

falcon11 commented 6 years ago

upgrade to 5.0, compiler error: 1、Type 'AVLayerVideoGravity' (aka 'NSString') has no member 'resizeAspect' 2、Type 'NSAttributedStringKey' (aka 'NSString') has no member 'foregroundColor'

falcon11 commented 6 years ago

Ok, I find the reason. It's swift version problem. I changed the swift language version to 4.0 then all things right.