Xcode warning “Property access results unused – getters should not be used for side effects”

The dot notation (i.e. self.fetchLetter) is meant for properties, not for arbitrary methods. The self.fetchLetter is being interpreted as “get the ‘fetchLetter’ property of ‘self’,” which isn’t what you intend.

Just use [self fetchLetter] instead.

Leave a Comment

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