malcommac / SwiftRichString

👩‍🎨 Elegant Attributed String composition in Swift sauce
MIT License
3.1k stars 211 forks source link

'localizedLowercase' is only available in macOS 10.11 or newer #124

Open santi-g-s opened 4 years ago

santi-g-s commented 4 years ago

Running on Xcode 12 beta for macOS produces this error.

Also 'init(data:ofType:)' is only available in macOS 10.11 or newer in "AttributedString+Attachments.swift"

Installed via the swift package manager