Maurice
Posts: 0
Joined: Sun Mar 23, 2014 5:25 pm

No 'assign', 'retain', or 'copy' attribute is specified

Hi. I have exported my appery app to Xcode and sorting out my warnings. This is a warning I have in my code. Any reason why and can you help me fix it please.

@property (nonatomic, strong) IBOutlet UIWebView* webView;
@property (nonatomic, strong) IBOutlet UIBarButtonItem* closeButton;
@property (nonatomic, strong) IBOutlet UILabel* addressLabel;
@property (nonatomic, strong) IBOutlet UIBarButtonItem* backButton;
@property (nonatomic, strong) IBOutlet UIBarButtonItem* forwardButton;
@property (nonatomic, strong) IBOutlet UIActivityIndicatorView* spinner;
@property (nonatomic, strong) IBOutlet UIToolbar* toolbar;

@property (nonatomic, weak) id orientationDelegate;
@property (nonatomic, weak) CDVInAppBrowser* navigationDelegate;
@property (nonatomic) NSURL* currentURL;

It is the last line that is being highlighted.
Thanks.

Maurice
Posts: 0
Joined: Sun Mar 23, 2014 5:25 pm

No 'assign', 'retain', or 'copy' attribute is specified

Here is a screen shot of the warning, there are 3 instances of this.
Image

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

No 'assign', 'retain', or 'copy' attribute is specified

Hello,

Please share your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a, tell us its name and steps to test.

Maurice
Posts: 0
Joined: Sun Mar 23, 2014 5:25 pm

No 'assign', 'retain', or 'copy' attribute is specified

Hi. I replied earlier. I will email you as soon as I get home tonight. Apologies.

Return to “Issues”