sindresorhus / Settings

⚙ Add a settings window to your macOS app in minutes
MIT License
1.43k stars 100 forks source link

Value of type 'UserInteractionPausableWindow' has no member 'toolbarStyle' #64

Closed clementrsu closed 3 years ago

clementrsu commented 3 years ago

Xcode 12.1

Just updated to version 2.1.0 and build now fails with following errors here:

(1) Cannot infer contextual base in reference to member 'preference' (2) Value of type 'UserInteractionPausableWindow' has no member 'toolbarStyle'

sindresorhus commented 3 years ago

You need Xcode 12.2.

clementrsu commented 3 years ago

Perfect, thanks!