You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to build a project that incorporates MailCore2 on a new Apple Silicon host (M1/M2/M3) with XCode 15 fails with errors like:
MailCore.framework/MailCore': found architecture 'x86_64', required architecture 'arm64'
I've tried using the cocoapod method and also the Swift Package method, both fail with variations of the same message. The default binaries used in these configurations does not include the latest architectures.
The text was updated successfully, but these errors were encountered:
In Xcode click File -> Swift Packages -> Add Package Dependency...
Paste the following URL: https://github.com/jsflax/mailcore2
On the Choose Package Options screen, under Rules switch from Version to Branch (Branch: master) will be the default
Click Next -> Next -> Finish
Trying to build a project that incorporates MailCore2 on a new Apple Silicon host (M1/M2/M3) with XCode 15 fails with errors like:
MailCore.framework/MailCore': found architecture 'x86_64', required architecture 'arm64'
I've tried using the cocoapod method and also the Swift Package method, both fail with variations of the same message. The default binaries used in these configurations does not include the latest architectures.
The text was updated successfully, but these errors were encountered: