Block implicitly retains ‘self’; explicitly mention ‘self’ to indicate this is intended behavior

Replacing myTimer by self->myTimer would fix your warning.

When you use an iVar _iVar in the code, the compiler will replace the code by self->_iVar, and if you use it inside a block, the block will capture self instead of the iVar itself. The warning is just to make sure that the developer understand this behaviour.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)