kyle-n / HighlightedTextEditor

A SwiftUI view for dynamically highlighting user input
MIT License
719 stars 68 forks source link

Type 'NSFontDescriptor.SymbolicTraits.ArrayLiteralElement' has no member 'traitBold' #66

Closed erikvlm closed 2 years ago

erikvlm commented 2 years ago

Getting the following error

Type 'NSFontDescriptor.SymbolicTraits.ArrayLiteralElement' (aka 'NSFontDescriptor.SymbolicTraits') has no member 'traitBold'
Type 'NSFontDescriptor.SymbolicTraits.ArrayLiteralElement' (aka 'NSFontDescriptor.SymbolicTraits') has no member 'traitItalic'

when running the project

Do I need to add any additional settings when cloning the project?