We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jazzy
Like for example in this run: https://github.com/ably/ably-cocoa/runs/6863571146
warning: no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed [-Wobjc-property-no-attribute]
Not sure why these things only visible when using jazzy command, but lets make these properties explicit strong. ARC turned on for all targets for sure. More info: https://stackoverflow.com/questions/22613154/warning-when-omitting-removing-strong-attribute-from-property
strong
┆Issue is synchronized with this Jira Uncategorised by Unito
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Like for example in this run: https://github.com/ably/ably-cocoa/runs/6863571146
warning: no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed [-Wobjc-property-no-attribute]
Not sure why these things only visible when using
jazzy
command, but lets make these properties explicitstrong
.ARC turned on for all targets for sure. More info: https://stackoverflow.com/questions/22613154/warning-when-omitting-removing-strong-attribute-from-property
┆Issue is synchronized with this Jira Uncategorised by Unito
The text was updated successfully, but these errors were encountered: