The same code is already set here, but I am dealing with another problem that I cannot solve on my own because I am new to Objective-C, so I decided to ask a question :)
webberAppDelegate.h:
webberAppDelegate.m:
So, in webberAppDelegate.m, here is my problem with this fraction, I suppose:
@synthesize window; @synthesize webber;
who gave me this long error:
Existing instance variable 'window' for property 'window' with assign attribute must be __unsafe_unretained
and pratic is the same for another var "webber":
Existing instance variable 'webber' for property 'webber' with assign attribute must be __unsafe_unretained
Thanks for your help, I really appreciate the Stackoverflow community for a few days!
source share