facebook / componentkit

A React-inspired view framework for iOS.
http://www.componentkit.org/
Other
5.76k stars 587 forks source link

Fix a bunch of issues from the Xcode 14 upgrade #972

Closed lanza closed 2 years ago

lanza commented 2 years ago

The clang-14 in Xcode 14 introduces a bunch of new errors including many missing self-> and a couple missing copy-assignment/copy-constructors. Fix them all here so that WildeGuess builds with Xcode14.

cuva commented 2 years ago

Thanks @lanza!