Skip to content
New issue

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

mistake in iCloud.m at line #693 #125

Open
oskarirauta opened this issue Dec 25, 2018 · 1 comment
Open

mistake in iCloud.m at line #693 #125

oskarirauta opened this issue Dec 25, 2018 · 1 comment
Labels

Comments

@oskarirauta
Copy link

Testing if delegate responds to deprecate method twice, when first one should use non-deprecated version at iCloud.m line 693.

if ([self.delegate respondsToSelector:@selector(iCloudFileUploadConflictWithCloudFile:andLocalFile:)]) {

should be:

if ([self.delegate respondsToSelector:@selector(iCloudFileConflictBetweenCloudFile:andLocalFile:)]) {

@oskarirauta
Copy link
Author

Also occurs at line 550. Maybe others aswell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants