Compiler warning for implicitly synthesized properties: -Wobjc-missing-property-synthesis . If you enable it, you will receive warnings for declared properties without the corresponding @synthesize or @dynamic . I find this very useful.
Xcode assembly parameter name: CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS or in the Implicit Synthesized Properties assembly settings user interface.
Nikolai Ruhe
source share