arashpayan / appirater

A utility that reminds your iPhone app's users to review the app.

Home Page:http://arashpayan.com/blog/2009/09/07/presenting-appirater/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Instance variable '_delegate' accessed in class method" error

taberrr opened this issue · comments

screen shot 2013-07-10 at 8 12 11 am

screen shot 2013-07-10 at 8 17 35 am

screen shot 2013-07-10 at 8 18 09 am

Same error here. Please, do you have any workaround for this?
I'm not a Objective-C dev but searching for this error I found that changing the "+" sign to "-" sign doesn't show errors anymore but I don't know if doing this will "break" something.

@fliperamma have you tried this with the latest release?

@taberrr I had this issue too, and yes, I am using the latest code. I did not have this problem in my app until I changed “compile source as” to object-c++

I was able to fix the issue by changing the name of _delegate to theDelegate. Hope that helps!