componentkit icon indicating copy to clipboard operation
componentkit copied to clipboard

Compile Error: Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior

Open 2965574080 opened this issue 3 years ago • 1 comments

Hi experts,

I downloaded the newest version of Xcode and follow all the instructions and open WildeGuess, try to run on simulator.

However, hundreds of "Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior" jump in all locations under componentkit.

2965574080 avatar May 15 '21 05:05 2965574080

Temporary workaround: Add -Wno-implicit-retain-self to ComponentKit and ComponentTextKit build settings Screen Shot 2021-06-22 at 17 29 38 Screen Shot 2021-06-22 at 17 30 21

diwu avatar Jun 22 '21 08:06 diwu