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] - above ios 16, mailcore2 can not work on phone but simulator #1962

Closed Chinese9527 closed 1 year ago

Chinese9527 commented 1 year ago

above ios 16 when you call MCOIMAPFolerInfoOperation's start method the app crashed ! can not get any logs but below and equal to the 16, it's fine if you run through simulator , it's ok if you Archive a ipa and install it in a iphone with ios version >=16, when you call that method app will crash ! please help me , thanks !

Chinese9527 commented 1 year ago

addition, 16.0.1 also have this problem i think just above 16, the bug will appear

Chinese9527 commented 1 year ago

i found that, if use Xcode 14 to make ipa this problem will happened

Chinese9527 commented 1 year ago

i found set session.isVOIPEnable = false can works finally