Does anyone know why this code is running into compilation errors? I\'m compiling it on Catalina using clang. I posted a similar issue here but that was when I was trying to c
Declaring a property with name a produces a getter with name a, not getA. This is what the first warning is about: "instance method '-getA' not found"
a
getA