mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-26 01:25:58 +03:00
[GH-ISSUE #453] Cannot build on M1 mac. #280
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#280
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @keisukeYamagishi on GitHub (Feb 21, 2021).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/453
I can't build on M1 mac CPUs because they are not compatible.
There are about 100 errors in Realm. Some of them are listed below.
Undefined symbol: realm::ArrayBinary::set(unsigned long, realm::BinaryData)
This is due to CPU incompatibilities.
So you can solve this by adding
arm64to theExcluded Architecturesin Clipy@kalafalas commented on GitHub (Mar 3, 2021):
Theres a Apple Silicon beta build floating out in the wild, but it doesn't launch. maybe you could help?
https://github.com/ian4hu/Clipy/issues/57
@keisukeYamagishi commented on GitHub (Mar 4, 2021):
Yes, it is possible.
My PC is an M1 mac, so I can verify this.
@keisukeYamagishi commented on GitHub (Mar 8, 2021):
Hi there👋
I fixed it.
Check out bellow pull request
https://github.com/Clipy/Clipy/pull/457
@Econa77 commented on GitHub (Apr 10, 2021):
@keisukeYamagishi Thank you for the issue and PR 👍
We have upgraded the dependency libraries so that it can be built on M1 mac ( #465 ).