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.58k stars 623 forks source link

Linked against modern SDK, VOIP socket will not wake. Use Local Push Connectivity instead #1963

Closed Chinese9527 closed 1 year ago

Chinese9527 commented 1 year ago

The following message comes from XCode 14 on iOS 16 iPhone libsp.dylib`spd_checkin_socket.cold.1: 0x226af4364 <+0>: adrp x8, 141669 0x226af4368 <+4>: adrp x9, 0 0x226af436c <+8>: add x9, x9, #0xa3f ; "Linked against modern SDK, VOIP socket will not wake. Use Local Push Connectivity instead" 0x226af4370 <+12>: str x9, [x8, #0x400] -> 0x226af4374 <+16>: brk #0x1

i do not know how to fix this , anyone can help me ?

Chinese9527 commented 1 year ago

i found set session.isVOIPEnable = false can works finally