-
-
Notifications
You must be signed in to change notification settings - Fork 179
Open
Labels
Description
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:)]) {