Page 1 of 1

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

Posted: Sun Apr 27, 2014 11:18 am
by Maurice

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.


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

Posted: Sun Apr 27, 2014 11:32 am
by Maurice

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


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

Posted: Mon Apr 28, 2014 1:21 am
by Alena Prykhodko

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.


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

Posted: Mon Apr 28, 2014 11:37 am
by Maryna Brodina

Hello!

Let's continue here https://getsatisfaction.com/apperyio/...


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

Posted: Mon Apr 28, 2014 12:36 pm
by Maurice

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