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

[Bug] - iOS Warning: Incompatible Objective-C category definitions #1913

Open carlossaldanag opened 3 years ago

carlossaldanag commented 3 years ago

Summary Warning in Xcode 12.3. Swift version 4.0

Incompatible Objective-C category definitions. Some category metadata may be lost. '/Users/macuser/Library/Developer/Xcode/DerivedData/foo-dbithaymaeopswfucbsjvvttinea/Build/Intermediates.noindex/foo.build/Debug_PROD-iphonesimulator/foo.build/Objects-normal/x86_64/ViewController.o' and '/Users/macuser/dev/projs/foo/Pods/mailcore2-ios/lib/libMailCore-ios.a(MCOAddress.o) built with different compilers

Platform(s)

<iOS>

Actual outcome Installed MailCore using Cocoapods in iOS project.

wangchaodong commented 2 years ago

same issue