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 623 forks source link

Linker error: Undefined symbol: _OBJC_CLASS_$_MCOAddress etc... #1873

Closed tt556 closed 4 years ago

tt556 commented 4 years ago

I got these linker error. スクリーンショット 2020-05-04 16 50 54 スクリーンショット 2020-05-04 16 51 04 I did "pod update", "clean build folder" but not work. I put "-framework mailcore" on "Other Linker Flags" but Xcode showed "mailcore framework not found" I don't know how to link...

ForeverZhangXun commented 4 years ago

You should add $(inherited) to "Other Linker Flags"

ForeverZhangXun commented 4 years ago

and -objc

tt556 commented 4 years ago

I added, still not work...

haithngn commented 4 years ago

sorry for replying @tt556 let me know if you still facing this.

iHTCboy commented 1 year ago

Apple's M1 Architecture no't Support,use build for Mac (Rosetta)