facebook / componentkit

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

Yoga-internal.h:135:11: error: definition of implicit copy constructor for 'Values<9>' is deprecated #974

Open summerHearts opened 1 year ago

summerHearts commented 1 year ago

Issues and Steps to Reproduce

Xcode14.1

image

In file included from Carthage/Checkouts/yoga/yoga/Utils.h:9: In file included from Carthage/Checkouts/yoga/yoga/YGNode.h:13: In file included from Carthage/Checkouts/yoga/yoga/YGConfig.h:9: Carthage/Checkouts/yoga/yoga/Yoga-internal.h:135:11: error: definition of implicit copy constructor for 'Values<9>' is deprecated because it has a user-declared copy assignment operator [-Werror,-Wdeprecated-copy] Values& operator=(const Values& ot

Expected Behavior

build success

Actual Behavior

run WildeGuess