MailCore / mailcore2

MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP. The API has been redesigned from ground up.
Other
2.6k stars 624 forks source link

[Bug] - Crash when running to iOS16 with Xcode14 #1959

Closed MuXingX closed 1 year ago

MuXingX commented 1 year ago

when i start use

[fetchOperation start:^(NSError * error, NSArray * fetchedMessages, MCOIndexSet * vanishedMessages) {
    if(error) {
        NSLog(@"Error downloading message headers:%@", error);
    }
}];

it crash。 my Xcode version is Xcode14,iOS version is iOS16。 if i running to iOS16 with Xcode13 or running to iOS15 with Xcode14, it worked.

guidedways commented 1 year ago

@MuXingX see this: https://github.com/MailCore/mailcore2/issues/1955

MuXingX commented 1 year ago

Thank you very much

haithngn commented 1 year ago

Closed by Workaround